axiom_graph_list_undocumented¶
- axiom_graph.mcp.server.axiom_graph_list_undocumented(project_root, node_type=None, max_results=60, offset=0)¶
List all nodes that have no inbound ‘documents’ edge.
These nodes exist in the index but are not referenced by any doc section. Output always starts with a
[N of M undocumented nodes]count header. Results are capped atmax_results(default 60); useoffsetto page.- Parameters:
- project_root str
Absolute path to the indexed project.
- node_type str | None
If provided, restrict to nodes of this type. Accepts
"function"(atomic_process) and"module"(composite_process) aliases.- max_results int
Maximum rows returned (default 60).
- offset int
Starting index for pagination (default 0).
- Return type:
str