◎ Discry Score
cal.com.com
productivity · API
A
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 92 (A)
Discry your API →
PRODUCTIVITY · RANK #1 OF 24

Cal.com is Agent-Ready to agents.

Discry independently scored how well an AI agent can discover and understand the Cal.com 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 · 86/100
OpenAPI specA machine-readable OpenAPI/Swagger spec agents can parse.Pass
llms.txtAn llms.txt index that points agents to the docs that matter.Pass
llms.txt qualityThe llms.txt is focused, current, and well under the size budget.Pass
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.Pass
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Fail
MCP registryThe API is listed in a public MCP registry.Pass
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 · 96/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Pass
Realistic examplesRunnable, real-world request/response examples.Pass
Multi-step workflowsDocs that chain calls into complete jobs an agent can follow.Pass
Error-recovery guidanceDocumented failure modes and how to recover from them.Partial
Answer-first formatThe answer leads; preamble does not bury it.Pass
Capability boundariesClear limits — what the API can and cannot do.Pass
Naming consistencyConsistent, predictable naming across endpoints.Pass
Heading hierarchyClean heading structure agents can navigate.Pass
Markdown docsDocs available as clean markdown, not JS-rendered HTML only.Pass
Token efficiencyDocs are concise enough to fit an agent context window.Pass

What we found

  • An agent looking for Cal.com would find it immediately and orient fast: a well-structured root llms.txt with an explicit 'Instructions for AI Agents' section, a dedicated /docs/llms.txt index, an 'AI agents' guide, and an officially hosted MCP server (mcp.cal.com) all point agents straight at the v2 API.
  • Endpoint docs are unusually agent-friendly — every page leads with method, URL, a realistic cURL example (John Doe / example.com values), and full request+response JSON, backed by clean per-page .md versions, so an agent parses them losslessly without fighting JS rendering.
  • Capability boundaries are explicit throughout: documented rate limits, per-request caps (max 10 guests/request, 30 total; metadata 50 keys/40-char/500-char limits), which conferencing apps can be installed via API, and plan-gating (org-only endpoints return 403) — an agent learns limits from the docs rather than by failing.
  • A publicly accessible OpenAPI 3.x spec (cal.com/docs/api-reference/v2/openapi.json + Swagger UI at api.cal.com/v2/docs) lets an agent machine-read the full surface, and a substantive AGENTS.md in calcom/cal.com gives coding agents real repo conventions.
  • The main friction for an agent is versioning and error recovery: the required cal-api-version header differs per endpoint (bookings need 2026-02-25, event-types need 2024-06-14) and omitting it silently downgrades to an older version, while there is no centralized error-code reference with retry/recovery steps (e.g. 429 Retry-After handling) — guidance is scattered inline.

What to change

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

  1. 01Add a real llms-full.txt (and/or wire /llms-full.txt to the docs) — the current path resolves to a user booking page, a quick fix that would let agents pull the full corpus in one request.
  2. 02Publish a dedicated error-handling reference covering the top error scenarios (401, 403/scope, 404/missing cal-api-version, 429) with explicit recovery steps and rate-limit header names, so agents can self-correct instead of guessing.
  3. 03Standardize or clearly surface the cal-api-version header — a single current version (or a prominent per-endpoint callout) would stop agents from silently hitting deprecated endpoint behavior.
  4. 04Serve a .well-known/mcp.json describing the hosted MCP server's tools and auth, so MCP-aware agents can discover Cal.com's official server automatically rather than relying on third-party registry listings.
  5. 05Document idempotency-key support for write endpoints (create booking, create event type) so agents can safely retry on network failures without creating duplicates.

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.

API key (Bearer, cal_ / cal_live_ prefix)OAuth access token (Bearer)Platform OAuth client credentials (x-cal-client-id / x-cal-secret-key)Managed user access token (Bearer, 60-min validity with refresh) Error format documented Rate limits documented Pagination documented Idempotency documented

Execution characteristics are well documented: four auth methods with explicit token lifecycle (60-min access tokens, 1-year refresh, force-refresh recovery), a consistent JSON envelope ({status: success|error, data}), explicit rate limits (120 req/min default, tighter per-endpoint caps like 5/min on add-guests), and offset (take/skip) pagination on list endpoints. No idempotency-key support is documented, so an agent cannot safely retry writes without risking duplicate bookings.

See your own Discry Score.

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

Discry your API — free