get_forecast_tasks
Retrieve forecast tasks for upcoming days with subtask counts and optional tree expansion, filtering by completion and deferral status.
Instructions
Get forecast tasks with direct subtask counts and optional subtask-tree expansion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look ahead for forecast (default: 7) | |
| showSubtasks | No | Expand each matching task's subtask tree (default: false) | |
| hideCompleted | No | Set to false to show completed tasks in forecast (default: true) | |
| maxSubtaskDepth | No | Maximum subtask levels to expand; omitted means unlimited | |
| includeDeferredOnly | No | Set to true to show only deferred tasks becoming available (default: false) |