List cards
list_cardsList the cards on a board, optionally only those in one column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum cards to return. Defaults to 100. | |
| column | No | Column name or id. Omit for every column. | |
| board_id | Yes | The board UUID, or the board URL the user shared. Never invent one. | |
| password | No | The board password, if the board is protected. |