get_subtasks
Fetch all subtasks of a parent task by providing its ID. Use this to inspect task dependencies and manage sequential workflow steps.
Instructions
Get all subtasks of a parent task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The parent task ID to get subtasks for |