get_tasks
Query tasks from a SQLite database using optional filters for status, project, and owner to retrieve specific task lists.
Instructions
Query tasks from the SQLite database with optional filters.
Args:
status: Filter by status -- "open", "done", "blocked", or "" for all.
project_id: Filter by project. Empty = all projects.
owner: Filter by owner. Empty = all owners.
limit: Maximum results (default 25).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | open | |
| project_id | No | ||
| owner | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |