zuuna_board
Fetch a board with its ordered columns and cards; if more than 200 cards exist, returns a cursor to load the next page.
Instructions
Get one board assembled: its columns (in order) and its cards with key, title, column, priority and type. The card list is capped at one 200-card page so a big board cannot flood the context; when more cards exist the response sets cardsTruncated and a nextCursor — pass that as cardsCursor for the next page. Accepts the board id or its key/title (e.g. the card prefix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board id, board key (card prefix) or board title. | |
| cardsCursor | No | Opaque nextCursor from a previous zuuna_board response — fetches that board's next page of cards. |