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_workspaces — List compact metadata for every workspace this credential may currently use.
- create_page — Create and immediately publish a Markdown or HTML page at a stable dev/page URL.
- get_page — Read the current editable source and revision identifiers for one workspace page.
- search_pages — Search or list compact page metadata in the selected or default workspace.
- update_page — Append and publish an immutable guarded revision at the same public URL.
- list_folders — List every folder, including empty folders, with explicit entry and page counts.
- create_folder — Create a root or nested folder in the selected or default workspace.
- update_folder — Rename a folder or update its organizing description.
- move_folder — Move a folder and its subtree to a new parent or the workspace root.
- delete_folder — Delete one empty leaf folder.
- move_page — Move an existing page without changing its published content.