List Space Cards
kaiten_get_space_cardsRetrieve recent cards from a Kaiten space, ordered newest first, with optional pagination and verbosity settings. Use to view current board activity without filters.
Instructions
Recent cards in a space (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 | |
| spaceId | Yes | Space ID (from kaiten_list_spaces) | |
| 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 |