Skip to main content
Glama

search-cards

Read-only

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

TableJSON Schema
NameRequiredDescriptionDefault
queryYesText to look for in each card's name and description. Matching is case-insensitive substring matching, not full-text search.
archivedNoSearch archived cards instead of active ones. Defaults to false.
columnIdNoNarrow the search to a single column of the board.
maxPagesNoHow many 100-card pages to read, each costing one API call. Defaults to 3, maximum 10.
collectionIdNoSearch the cards in this collection. Required unless widgetCommonId is given.
organizationIdNoThe Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids.
widgetCommonIdNoSearch the cards on this board. Required unless collectionId is given.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and openWorldHint. The description adds important behavioral details: it reads all cards and filters locally, each 100 cards costs one API call, stops after maxPages, and reports if cut short. This fully discloses the operational characteristics beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, each delivering essential information: what the tool does, its limitation, scoping, and pagination cost. No wasted words; front-loaded with the primary action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (search with pagination, cost, and cut-off), the description covers the main aspects: API limitation, scoping, pagination, and reporting cutoff. It lacks explicit mention of what the result contains (e.g., card IDs, full objects), but the absence of an output schema and the mention of 'reports whether it was cut short' partially compensates.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the scoping requirement (widgetCommonId or collectionId) and the meaning of maxPages in terms of cost and cutoff. This contextual information helps the agent use parameters correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool finds Favro cards by text in name or description, distinguishing it from list-cards (which lists without filtering) and get-card (single card). It also explains the limitation of the Favro API, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells when to use (to search cards by text) and how to scope it (with widgetCommonId or collectionId). It explains the cost per page and pagination behavior. While it doesn't explicitly list alternatives, it implies that list-cards is for unfiltered listing. Could be more precise about mutual exclusivity of parameters.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tecbay/favro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server