get_inbox_tasks
Retrieve inbox tasks with subtask counts and optionally expand subtask trees, filtering completed tasks as needed.
Instructions
Get inbox tasks with direct subtask counts and optional subtask-tree expansion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| showSubtasks | No | Expand each matching task's subtask tree (default: false) | |
| hideCompleted | No | Set to false to show completed tasks in inbox (default: true) | |
| maxSubtaskDepth | No | Maximum subtask levels to expand; omitted means unlimited |