axiom_graph_workflow_detail¶
- axiom_graph.mcp.server.axiom_graph_workflow_detail(project_root, workflow_id, verbose=False)¶
Show ordered steps for a single workflow or task function.
workflow_idis the function name (e.g."run_pipeline") or the axiom-graph node ID fromaxiom_graph_workflow_list.- Parameters:
- project_root str
Absolute path to the indexed project.
- workflow_id str
Function name or axiom-graph node ID.
- verbose bool
When
True, include purpose, inputs, outputs, and critical fields.
- Return type:
str