find_cards
Search Trello cards on a board, filtering by custom field value, list name, or label. Supports matching single or multiple values with case-insensitive search.
Instructions
Find cards on a board, optionally filtered by a custom field value, list name, and/or label. This is the main tool: e.g. fieldName='AI Ready', value='Claude kiosk'. Use values to match ANY of several values at once, e.g. ['Claude kiosk','Claude Module'] to pull the whole queue, or ['Need response'] to see what's waiting on a human. Matching is case-insensitive (exact first, then substring). Omit value/values to match cards where the field is simply set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board id, shortLink, URL, or unique name. | |
| label | No | Optional: only cards with this label name or color. | |
| value | No | A single desired value of the custom field, e.g. 'Claude kiosk'. | |
| values | No | Several values; a card matches if it has ANY of them (combined with `value`). | |
| listName | No | Optional: only cards whose list name contains this. | |
| fieldName | No | Custom field name to filter by, e.g. 'AI Ready'. |