get_task_by_id
Retrieve task details by ID or name. Expand subtask trees to any depth for comprehensive task management.
Instructions
Get information about a specific task by ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task to retrieve | |
| taskName | No | The name of the task to retrieve (alternative to taskId) | |
| showSubtasks | No | Expand the task's subtask tree (default: false) | |
| maxSubtaskDepth | No | Maximum subtask levels to expand; omitted means unlimited |