MCP Tools¶
The axiom-graph MCP server exposes 33 tools to AI agents over the Model Context Protocol, grouped below by purpose. Pick a group in the sidebar, or jump straight to a tool from the tables.
Edit docs & links¶
Read and write DocJSON documents, sections, and doc→code links.
Tool |
Description |
|---|---|
Read a DocJSON document as Markdown. |
|
Write a DocJSON file and register it in the index. |
|
Update a section’s content, heading, or ID. |
|
Append, prepend, or unique-match replace within a section. |
|
Add a new section to an existing document. |
|
Delete a section and its nested children. |
|
Delete an entire document and all DB artifacts. |
|
Update a document’s title or tags. |
|
Add link(s) from a doc section to code node(s). |
|
Remove link(s) from a doc section to code node(s). |
Staleness & lifecycle¶
Inspect and resolve documentation staleness.
Tool |
Description |
|---|---|
Per-node staleness / confidence summary. |
|
Filtered/grouped projection over the staleness inventory. |
|
Mark promotable own-status drift (CONTENT_UPDATED / DESC_UPDATED / RENAMED) as agent-verified. |
|
Purge NOT_FOUND nodes from the index. |
|
Weld a NOT_FOUND node to its renamed replacement. |
|
Undo a rename weld (idempotent). |
History & impact¶
Track what changed and where.
Tool |
Description |
|---|---|
Show the change history for a single node. |
|
Show what changed in a node since a baseline commit. |
|
Impact report since a checkpoint, SHA, or datetime. |
Build & workflows¶
Build the index, snapshot it, render the site, and inspect axiom-annotation workflows.
Tool |
Description |
|---|---|
Run axiom-graph build (discovery-only) for a project. |
|
Copy the DB into a worktree via |
|
Render the consumer documentation site from DocJSON. |
|
List axiom-annotation workflow and task functions. |
|
Show ordered steps for an axiom-annotation workflow or task. |