get_planning_graph
Get dependency-aware entry points and blocking nodes from the project graph to select your next work item.
Instructions
Get dependency-aware entry points and blocking nodes for work selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| max_nodes | No | ||
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| root_issue_id | No | Canonical issue identifier (ULID or ISSUE-N). | |
| include_review | No | ||
| include_related | No | ||
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | ||
| nodes | Yes | ||
| summary | Yes | ||
| warnings | No | ||
| truncated | Yes | ||
| entry_points | Yes | ||
| next_actions | Yes | ||
| root_issue_id | No | Canonical issue identifier (ULID or ISSUE-N). | |
| blocking_nodes | No | ||
| truncation_reason | No |