Read MemorySync product documentation
memorysync_read_docsRetrieve current MemorySync documentation for REST endpoints, SDK usage, and MCP configuration before writing integration code. Ensures method names and parameters come from up-to-date docs.
Instructions
Look up MemorySync's own public documentation: REST endpoints, SDK usage, MCP configuration, and integration guides. Call this before writing MemorySync integration code, so method names and parameters come from current docs rather than recall. Returns documentation text for the requested topic. This reads MemorySync product documentation only - to retrieve facts about the user's own project, use memorysync_search instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Documentation topic or page slug, for example 'cursor', 'claude-code', 'langgraph', 'n8n', 'multi-tenant', or 'quickstart'. An unrecognised topic returns the closest matching page rather than an error, so check the returned url before relying on the content. Pass one topic per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Canonical documentation URL for the topic. | |
| topic | Yes | Topic that was resolved. | |
| content | Yes | Documentation text as Markdown. |