Skip to main content
Glama

get_comparison

Fetch one full structured comparison (items with scores, sub-scores, per-criterion values, badges, sources, sourced/estimate flags, freshness). Neutral ranking, never paid. Data is localized to the requested lang/country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo2-letter language code. Default: en.
slugYesComparison slug (from search_comparisons).
countryNo2-letter country code. Default: US.

TDQS

A4.2/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. It discloses data freshness, sourcing flags, localization, and impartiality ('neutral ranking, never paid'). Does not discuss errors or permissions, but adequate for a read-only fetch.

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?

Two sentences, front-loaded with the key action and result, and the second sentence provides critical behavioral context. 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 simple fetch tool with 3 parameters and no output schema, the description covers what is returned, neutrality, and localization. Minor gap: no explicit mention of error behavior, but not critical.

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 coverage is 100%, and description adds 'localization' context but no additional parameter meaning beyond the schema's own descriptions. Baseline 3 is appropriate.

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 fetches a 'full structured comparison' with specific components listed, and distinguishes it from siblings by emphasizing it retrieves a single comparison by slug.

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 implicitly suggests use after obtaining a slug (from search_comparisons), but lacks explicit when-to-use or when-not-to-use guidance. The neutral ranking and localization hint at appropriate contexts.

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