get_blockers
Identify blocking work items by analyzing dependency graphs. Returns items blocked by incomplete dependencies, with optional transitive blockers and critical path calculation.
Instructions
Analyze dependency graphs to identify blocking work items. Supports premium API + free-tier fallback (parses description markers). Returns items that are blocked by incomplete dependencies, optionally including transitive blockers. Can calculate critical path for a specific work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| workItemId | No | If specified, only analyze blockers for this work item (ID or title substring). Returns critical path analysis. | |
| includeIndirect | No | Include transitive dependencies (blockers of blockers). Default: false | |
| useFallbackParser | No | Use description parser if premium API fails (default: true). Set false for premium-only mode. |