MCP Tools
Postgram’s MCP endpoint mirrors REST capabilities in tool form.
What this page covers
Section titled “What this page covers”Tool names, practical usage, and when to request compact vs full transport output.
Reference
Section titled “Reference”store: create an entity.recall: fetch entity by ID.search: query entities with optional filters.update: patch content and metadata.delete: soft-delete entity.task_create,task_list,task_update,task_complete.sync_push,sync_status.link,unlink.expand: graph neighborhood expansion.
Behavior notes:
full_response: truereturns REST-like payloads.toon: trueon list-like tools (search,task_list,expand) for compact text.
- MCP is served over SSE at
/mcp. - Tool behavior remains aligned to REST; no separate permission model.