axiom_graph_update_doc_meta¶
- axiom_graph.mcp.server.axiom_graph_update_doc_meta(project_root, doc_id, title=None, tags=None)¶
Update a document’s title or tags without rewriting the entire document.
Patches the top-level fields in the JSON file and re-indexes. Sections and their content are untouched.
- Parameters:
- project_root str
Absolute path to the indexed project.
- doc_id str
Full doc node ID, e.g.
myproject::docs.architecture.- title str | None
New title for the document. Must be non-empty if provided.
- tags list[str] | None
New list of tags for the document. Pass an empty list to clear.
- Return type:
str