Search cards
search_cardsSearch Trello cards using Trello's search syntax (operators like due:week or label:urgent), optionally restricted to a board; returns up to 25 card summaries.
Instructions
Search Trello cards with Trello's own search syntax (plain words, or operators like "due:week", "label:urgent", "@me", "is:open"). Pass board_id to scope the search to one board, otherwise it covers every board the token can see. Returns up to 25 trimmed card summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text; Trello search operators are supported. | |
| board_id | No | Restrict the search to this board (from list_boards). |