axiom_graph_workflow_list¶
- axiom_graph.mcp.server.axiom_graph_workflow_list(project_root, module=None, role=None, scope='production', has_steps=False, max_results=30, offset=0)¶
List workflow and task functions.
Returns one line per function: name, decorator role, purpose summary, file location, and the corresponding axiom-graph node ID (when resolved).
- Parameters:
- project_root str
Absolute path to the indexed project.
- module str | None
File path substring filter.
- role str | None
Filter by decorator type:
"workflow"or"task".- scope str
"production"(default),"tests", or"all".- has_steps bool
When True, only return functions with Step markers.
- max_results int
Maximum rows returned (default 30).
- offset int
Starting index for pagination (default 0).
- Return type:
str