get_tasks
Retrieve tasks for the current project, filtered by status. Use at the start of a session to resume work by showing pending and in-progress tasks by default.
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
| 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 |