◎ Discry Score
gamescorekeeper.com
analytics · API
F
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 92 (A)
Discry your API →
ANALYTICS · RANK #26 OF 29

GameScorekeeper is Not Agent-Ready to agents.

Discry independently scored how well an AI agent can discover and understand the GameScorekeeper API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.

Discry your API — freeView the docs ↗

SCORED UNDER RUBRIC 1.2 · A full re-launch under Discry Score 2.5 — a new behavioral instrument, not comparable to these scores — is in progress.

Discovery

45% of score · 19/100
OpenAPI specA machine-readable OpenAPI/Swagger spec agents can parse.Fail
llms.txtAn llms.txt index that points agents to the docs that matter.Fail
llms.txt qualityThe llms.txt is focused, current, and well under the size budget.Fail
llms-full.txtA full-text bundle agents can load in one request.Fail
AGENTS.mdAn AGENTS.md that tells coding agents how to build on the API.Fail
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Fail
MCP registryThe API is listed in a public MCP registry.Fail
robots.txt AI directivesrobots.txt allows (or explicitly guides) AI crawlers.Pass
SitemapA sitemap so agents can enumerate the docs surface.Partial

Comprehension

55% of score · 43/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Partial
Realistic examplesRunnable, real-world request/response examples.Partial
Multi-step workflowsDocs that chain calls into complete jobs an agent can follow.Fail
Error-recovery guidanceDocumented failure modes and how to recover from them.Fail
Answer-first formatThe answer leads; preamble does not bury it.Pass
Capability boundariesClear limits — what the API can and cannot do.Partial
Naming consistencyConsistent, predictable naming across endpoints.Pass
Heading hierarchyClean heading structure agents can navigate.Partial
Markdown docsDocs available as clean markdown, not JS-rendered HTML only.Partial
Token efficiencyDocs are concise enough to fit an agent context window.Fail

What we found

  • An agent could reach the docs but not discover them programmatically: there is no llms.txt, no OpenAPI/Swagger spec, no .well-known/mcp.json, and no MCP-registry listing anywhere, so the API is invisible to agent-native discovery paths. The only machine-readable entry point is a single 68K-token HTML reference page.
  • The reference data itself is agent-friendly where it counts: response examples use real values (competition 'BLAST Premier: Spring Groups 2022', teams 'Natus Vincere'/'Astralis', Unix-ms timestamps), field naming is consistently camelCase, and every endpoint section leads with its path and a one-line purpose.
  • There are zero request examples in any language — no curl/python/js snippets. An agent sees realistic response shapes but has to infer how to construct the actual authenticated call, raising the odds of a malformed first request.
  • Error handling is a dead end for self-correction: only 401 (prose) and 200/404 (on the historic-live endpoint) are documented, with no 429/500 coverage, no rate-limit headers, and no 'what to do when it fails' guidance. An agent hitting an error would have to guess the fix.
  • The documentation is pure reference with no tutorials or end-to-end workflows. An agent must assemble the sports → competitions → fixtures → fixture → live-socket chain itself, because no guide walks through auth, connect, retrieve, and handle as a sequence.

What to change

Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.

  1. 01Publish an OpenAPI/Swagger spec at a stable URL (and link it from the docs). This is the single highest-impact fix — it makes every endpoint, parameter, and schema machine-consumable and unlocks client generation, spec-driven discovery, and MCP wrappers in one move.
  2. 02Add an llms.txt (and ideally llms-full.txt) at both gamescorekeeper.com and docs.gamescorekeeper.com describing the API's purpose, base URLs, auth model, and links to the key endpoint families. Right now the docs subdomain returns 403 for every discovery path.
  3. 03Add request examples in multiple languages (curl + at least one SDK-style language) to every endpoint, using the same realistic values already present in the response examples, so an agent can copy-paste an authenticated call rather than infer it.
  4. 04Document errors as a real table with recovery guidance: cover 401/403/429/500, specify rate-limit header names, and state the action for each (e.g. 'on 429, back off and retry'). Pair this with a machine-parseable JSON error envelope.
  5. 05Add 2-3 end-to-end workflow guides (e.g. 'authenticate → find a fixture → open the live WebSocket → handle events') and a compact endpoint index at the top of the reference to cut the token cost of understanding core capabilities.

Execution coverage · INFORMATIONAL, UNSCORED

Whether an agent can actually complete a call and recover from errors is the deeper Audit layer — documented here, but not part of the Discry Score.

Bearer token Error format documented Rate limits documented Pagination documented Idempotency documented

Bearer-token auth on REST/Image endpoints, with the same token replayed over a WebSocket auth handshake for the Live API; tokens are issued manually via a sales contact (no self-serve key). Soft rate limits (1,000 req/hr REST, one socket per fixture) and page-based pagination (page/pageCount) are documented, but there is no machine-parseable JSON error envelope, no error-code table beyond 401/404, and no idempotency support.

See your own Discry Score.

Drop your API docs URL. See what an agent sees — in 60 seconds, free.

Discry your API — free