list_tasks
Locate specific Kaiten tasks using filters for board, column, space, or text search, plus archived status and limit.
Instructions
List Kaiten tasks (cards), optionally filtered by board, column, space, or text search.
Args: board_id: Only return cards on this board. column_id: Only return cards in this column. space_id: Only return cards in this space. query: Free-text search over card titles/descriptions. archived: If set, filter to archived (True) or active (False) cards. limit: Max cards to return (capped at 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| archived | No | ||
| board_id | No | ||
| space_id | No | ||
| column_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |