list_board_cards
List board cards by ID or name, filter by archived status or title substring, and get results sorted by most recent modification.
Instructions
List cards on one @hcengineering/board board. board accepts board _id or exact board name; cards are sorted newest modified first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | a string that will be trimmed | |
| includeArchived | No | Include archived board cards in results (default: false, showing only active cards). | |
| titleSearch | No | Search board cards by title substring (case-insensitive SQL LIKE). | |
| limit | No | Maximum number of board cards to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |