trello_search
Search across Trello boards, cards, and members with keyword queries. Limit results by content type, board, and count.
Instructions
Universal search across all Trello content (boards, cards, members). Use this to find specific items by keywords or phrases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| query | Yes | Search term or phrase to find in Trello content | |
| modelTypes | No | Types of content to search in. Defaults to all types if not specified | |
| boardIds | No | Optional: limit search to specific boards by their IDs or URLs | |
| boardsLimit | No | Maximum number of boards to return in results | |
| cardsLimit | No | Maximum number of cards to return in results | |
| membersLimit | No | Maximum number of members to return in results | |
| descriptionMaxLength | No | Maximum length for descriptions (0 to exclude descriptions). Default: 200 | |
| compact | No | Return minimal fields only (id, name, url). Default: true. Set to false for full details. |