Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

MCP Tools

Postgram’s MCP endpoint mirrors REST capabilities in tool form.

Tool names, practical usage, and when to request compact vs full transport output.

  • 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: true returns REST-like payloads.
  • toon: true on 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.