List Board Cards
kaiten_get_board_cardsRetrieve recent cards from a Kaiten board, newest first, with optional pagination and live/archived status filtering. Use to quickly view board activity without filters.
Instructions
Recent cards on a board (newest first, no filters). For filtered search use kaiten_search_cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Offset for pagination | |
| boardId | Yes | Board ID (from kaiten_list_boards) | |
| condition | No | Card condition filter. 1=live (on board, default), 2=archived. Kaiten does not support a filter for both in one call — omit (defaults to live) or query twice and merge. Note: passing 3 was historically described as 'all' but actually returns deleted cards only — the schema now rejects 3 to prevent silent empty results. | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |