Skip to main content
Glama

search_comparisons

Search CompareFairly's catalog of neutral, sourced comparisons for a given market. Returns matching comparisons (title, slug, url, json_url, popularity). Use this first to find the exact slug, then call get_comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo2-letter language code (e.g. en, fr, de, es, it). Default: en.
limitNoMax results (default 20, max 50).
queryNoFree-text query, e.g. 'best electric car' or 'password manager'.
countryNo2-letter country code (e.g. US, FR, DE, GB). Default: US.

TDQS

A4.4/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses it searches a catalog, returns specific fields (title, slug, etc.), and is neutral/sourced. Lacks details on pagination, ordering, or data freshness, but adequate for a read-only 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.

Conciseness5/5

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

Extremely concise: two sentences plus return fields list. Front-loaded with verb and resource. No wasted words.

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?

For a 4-parameter tool without output schema, the description is fairly complete: explains purpose, workflow, return fields. Could mention ordering or default limit behavior, but covers core aspects.

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

Parameters3/5

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

Schema description coverage is 100% and all parameters are documented. The tool description adds workflow context but does not significantly enhance meaning beyond the schema's parameter descriptions.

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?

Clearly states the verb 'search' and resource 'catalog of neutral, sourced comparisons'. Distinguishes from sibling 'get_comparison' by mentioning the workflow: find slug first, then call get_comparison.

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

Usage Guidelines5/5

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

Explicitly says 'Use this first to find the exact slug, then call get_comparison', providing clear when-to-use and when-not-to-use guidance. Implicitly differentiates from list_categories by focusing on search behavior.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a distinct purpose: search to find comparisons, get to retrieve details, and list categories for browsing. No overlap.

Naming Consistency5/5

All tools use consistent verb_noun snake_case naming: get_comparison, list_categories, search_comparisons.

Tool Count4/5

Three tools is minimal but adequate for a read-only comparison catalog. Slightly thin but still reasonable.

Completeness3/5

Covers search, retrieval, and category listing, but missing a way to list all comparisons within a category without a specific search query.

Resources