get_tasks
Retrieve project tasks filtered by status to resume work from where you left off. Defaults to showing pending and in-progress tasks.
Instructions
Get tasks for the current project. Returns tasks filtered by status — defaults to showing pending and in_progress tasks. Use at session start to pick up where you left off.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by task status. "all" returns pending + in_progress + blocked (excludes done). | all |
| include_done | No | When true, also include completed tasks |