get_task
Get detailed information about a task by its ID, optionally including its subtask hierarchy for context.
Instructions
Get detailed information about a specific task by its ID, optionally including subtask hierarchy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID | |
| includeChildren | No | Include subtask tree (default false) | |
| maxDepth | No | Max subtask depth (0 = unlimited) |