list_tasks
List tasks from a project board using server-side filters. Get compact task summaries with pagination; supports filtering by title, column, assignee, sticker, and state.
Instructions
List tasks with server-side filters. Returns compact task summaries plus has_more (use get_task for the full object); limit is capped at 100. assigned_to accepts comma-separated user UUIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | ||
| offset | No | ||
| column_id | No | ||
| sticker_id | No | ||
| assigned_to | No | ||
| sticker_state_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||