Connect an agent

dev/page MCP

Agent workflows

The MCP is deliberately small. Normal creation is one idempotent call; search is metadata-first; page source is returned only when requested.

Tool reference

  • list_workspacesList compact metadata for every workspace this credential may currently use.
  • create_pageCreate and immediately publish a Markdown or HTML page at a stable dev/page URL.
  • get_pageRead the current editable source and revision identifiers for one workspace page.
  • search_pagesSearch or list compact page metadata in the selected or default workspace.
  • update_pageAppend and publish an immutable guarded revision at the same public URL.
  • list_foldersList every folder, including empty folders, with explicit entry and page counts.
  • create_folderCreate a root or nested folder in the selected or default workspace.
  • update_folderRename a folder or update its organizing description.
  • move_folderMove a folder and its subtree to a new parent or the workspace root.
  • delete_folderDelete one empty leaf folder.
  • move_pageMove an existing page without changing its published content.

Authentication and connection · Errors and recovery