get_task_graph
Visualize task dependencies, detect cycles, and review work item states with a complete dependency graph.
Instructions
Build and return the full task dependency graph.
Use this to visualize and analyze task dependencies, detect cycles, and understand the current state of work items in the project. Returns the raw task graph structure with agent assignments and state.
For execution flow traces with state transitions, use get_workflow_graph instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to consider when building the graph (default 5000). Increase for large projects with extensive history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||