axiom_graph_check¶
- axiom_graph.mcp.server.axiom_graph_check(project_root, include_frozen=False)¶
Report per-node staleness / confidence status (one-line summary).
Returns a single summary line covering both dimensions of node health, with optional
(all nodes VERIFIED)/ DOC_SECTION_LONG counts when applicable.For per-node detail, paginated lists, filtered slices, or grouped aggregates use
axiom_graph_drift_query.- Parameters:
- project_root str
Absolute path to the indexed project.
- include_frozen bool
When
False(the default), sections under docs tagged inconfig.staleness.frozen_tagsare excluded from the summary counts. WhenTruethey are included. No-op whenfrozen_tagsis empty.
- Return type:
str
Note
verboseandfilterparameters were removed in the 2026-05 drift_query cycle. Calling with those keyword arguments raisesTypeError– migrate toaxiom_graph_drift_query.