◎ Discry Score
mem0.com
ai · API
A
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 99 (A)
Discry your API →
AI · RANK #5 OF 43

Mem0 is Agent-Ready to agents.

Discry independently scored how well an AI agent can discover and understand the Mem0 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 · 98/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.Pass
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.Partial
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.Pass

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.Pass
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.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 arriving cold would self-serve end to end: robots.txt explicitly permits AI crawlers (Content-Signal ai-train=yes) and points to a full sitemap, while an exceptional llms.txt opens with a 'For agents reading this file' section that mints an evaluation API key in <5s via CLI — no email, no dashboard, no OTP.
  • The llms.txt is a model of agent-first design: every link is scope-tagged [Platform]/[OSS]/[Both], product routing is explicit (which SDK import signature maps to which docs), and it links directly to the OpenAPI spec, the live MCP server, and the source repo — so an agent loads only what it needs.
  • Endpoint docs are answer-first and task-oriented: method, URL, and purpose ('Extract and store memories from a conversation using the V3 additive pipeline') sit at the top, with realistic multi-language examples (Python/JS/cURL/CLI), real-looking UUIDs, and both 200 and 400 response bodies shown inline.
  • Discovery signals are near-complete: a valid OpenAPI 3.0.1 spec (33 paths / 52 operations) at /openapi.json, an AGENTS.md in the primary repo describing the polyglot monorepo, and official MCP server listings on Glama, Smithery, and PulseMCP — an agent can find and wire this API from any entry point.
  • The main gap is operational boundaries: an agent would not learn concrete rate limits, Retry-After behavior, or idempotency-key support from the docs, and /.well-known/mcp.json points at a Mintlify preview host (mem0.main-kill-isr.mintlify.me/mcp) rather than the production https://mcp.mem0.ai endpoint documented elsewhere.

What to change

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

  1. 01Fix /.well-known/mcp.json to advertise the production MCP endpoint (https://mcp.mem0.ai) instead of the Mintlify preview URL, and declare the auth requirement — this is the one discovery signal below pass and an easy full-credit fix.
  2. 02Document concrete rate limits: publish per-tier request ceilings, the rate-limit response header names, and explicit 429 + Retry-After recovery guidance so agents can back off correctly instead of discovering limits by failing.
  3. 03Add an idempotency section (idempotency-key header support, or an explicit statement that add() is naturally additive) so agents can safely retry writes without duplicating memories.
  4. 04Consolidate error recovery into one reference table mapping each status code (400/401/402/429/5xx) to a specific cause and fix action, complementing the strong but scattered FAQ guidance.
  5. 05Publish a top-level capability-boundaries page (max messages per add, metadata size limits, expiration semantics, supported entity scopes) so an agent can reason about limits before hitting them.

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 (Token header) Error format documented Rate limits documented Pagination documented Idempotency documented

Auth is a single documented scheme: 'Authorization: Token <api-key>', reinforced in the OpenAPI securitySchemes. Error responses are shown per-endpoint (e.g. 200/400/401 example bodies) and the OpenAPI 3.0.1 spec defines error responses across operations. Pagination is page/page_size on list endpoints. Async add returns an event_id polled via GET /v1/event/{event_id}/. No specific numeric rate limits, rate-limit header names, or idempotency-key support are documented in the pages scanned.

See your own Discry Score.

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

Discry your API — free