get_task_dependencies
Retrieve all dependencies for a specific task or project. Optionally include transitive dependencies to see the full dependency chain.
Instructions
Get all dependencies for a task or project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ID of the task (optional if project_id provided) | |
| project_id | No | ID of the project (optional if task_id provided) | |
| include_transitive | No | Include transitive dependencies |