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 in config.staleness.frozen_tags are excluded from the summary counts. When True they are included. No-op when frozen_tags is empty.

Return type:

str

Note

verbose and filter parameters were removed in the 2026-05 drift_query cycle. Calling with those keyword arguments raises TypeError – migrate to axiom_graph_drift_query.