analyze_dependencies
Analyze task dependencies to identify critical paths, bottlenecks, leaf tasks, progress status, and circular dependencies within projects or task lists.
Instructions
Analyze task dependencies within a scope (project or task list). Returns critical path, bottlenecks, leaf tasks, progress, and circular dependencies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope_type | Yes | The type of scope to analyze: 'project' or 'task_list' | |
| scope_id | Yes | The UUID of the project or task list to analyze |