search-cards
Search Favro cards by matching text in name or description. Scan cards on a board or in a collection with optional pagination limit.
Instructions
Find Favro cards whose name or description contains a piece of text. The Favro API has no card search, so this reads the cards on a board or in a collection and filters them here. Scope it with widgetCommonId or collectionId. Each 100 cards scanned costs one API call, so the scan stops after maxPages pages and reports whether it was cut short.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to look for in each card's name and description. Matching is case-insensitive substring matching, not full-text search. | |
| archived | No | Search archived cards instead of active ones. Defaults to false. | |
| columnId | No | Narrow the search to a single column of the board. | |
| maxPages | No | How many 100-card pages to read, each costing one API call. Defaults to 3, maximum 10. | |
| collectionId | No | Search the cards in this collection. Required unless widgetCommonId is given. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. | |
| widgetCommonId | No | Search the cards on this board. Required unless collectionId is given. |