Skip to main content
Glama
manish-coder-1007

metabase-mcp-navi

search_cards

Search for saved Metabase questions (cards) by name or description to quickly find relevant data insights.

Instructions

Search for cards (saved questions) by name or description.

Args: query: Search term limit: Maximum results to return (default 20)

Returns: Matching cards

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided. The description only states 'Returns: Matching cards' without disclosing behavioral details such as pagination, ordering, sorting, case sensitivity, or whether it searches across all accessible cards. Significant gap for a search tool.

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

Conciseness4/5

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

The description is short (3 sentences) and uses a clear Args/Returns structure. The 'Returns' line is somewhat redundant given the output schema, but not harmful. Could be slightly more concise by omitting it.

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

Completeness3/5

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

Given the presence of an output schema, the description need not detail return values. However, it lacks context on scope (e.g., user's accessible cards), ordering, error handling, or fuzzy matching, which are relevant for a search tool. Adequate but not fully complete.

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 0%, so the description provides necessary semantics: query is 'Search term' and limit is 'Maximum results to return (default 20).' This effectively compensates for the missing schema descriptions, though more detail (e.g., search behavior) would be helpful.

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?

Description states 'Search for cards (saved questions) by name or description.' This clearly specifies the verb (search) and resource (cards), and distinguishes from siblings like `list_cards` (which likely returns all cards) and `get_card` (single card).

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

Usage Guidelines3/5

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

The description implies usage for finding cards by text but does not provide explicit guidance on when to choose this tool over siblings like `list_cards` or `get_card`. No 'when not to use' or alternative suggestions.

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/manish-coder-1007/metabase-mcp-navi'

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