Skip to main content
Glama

search_rewards

Show example rewards available in one country. Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country. Returns items from a demonstration catalog: these are examples rather than the full inventory, and no pricing is returned. Use check_coverage for the definitive answer about what a country supports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional search term, for example "headphones".
countryYesISO-2 country code, for example "PL".

TDQS

A4.5/5.0
Behavior4/5

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

Annotations are empty, so the description carries the full burden. It discloses key behavioral traits: items come from a demonstration catalog, are examples rather than the full inventory, and no pricing is returned. These are non-obvious and important for setting expectations. It does not mention read-only status or auth, but for a search/show tool this is sufficient.

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 two sentences, front-loaded with the core purpose, and every sentence adds value. It is concise and well-structured, avoiding redundancy or fluff.

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

Completeness5/5

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

Given the tool's simplicity (2 parameters, no output schema), the description covers the essential context: what the tool does, its limitations, and when to use an alternative. It explains the return type (examples, no pricing) and points to check_coverage for definitive answers, making it complete for an agent to use correctly.

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%, so the baseline is 3. The description adds little beyond the schema; it emphasizes 'one country' but does not provide extra syntax or format details beyond what the schema already supplies. The parameters are adequately documented in the schema, so this is acceptable.

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's function: 'Show example rewards available in one country.' It also distinguishes itself from siblings by noting it provides examples rather than the full inventory and directs to check_coverage for definitive answers. This is a specific verb+resource+scope construction that leaves no ambiguity.

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?

Explicit usage guidance is provided: 'Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country.' It also gives an alternative: 'Use check_coverage for the definitive answer about what a country supports.' This clearly defines when to use the tool and when not to.

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.4/5.0
Disambiguation5/5

Each tool addresses a distinct question: check_coverage for country availability, search_rewards for finding examples, get_reward_details for specific item info, and how_it_works for API/service details. The descriptions clearly delineate boundaries and cross-reference each other, so an agent would not confuse them.

Naming Consistency4/5

Three tools follow a clear verb_noun pattern (check_coverage, get_reward_details, search_rewards), but how_it_works is a phrase that breaks the pattern. This is a minor deviation that does not cause confusion.

Tool Count5/5

With 4 tools, the set is tightly scoped for a catalog API: search, details, coverage check, and service info. Each tool earns its place, and the count is ideal for the apparent purpose.

Completeness5/5

The tool set covers the full user journey: check if a country is supported, browse example rewards, request specific reward details, and learn how the service works. For a read-only demonstration catalog, there are no obvious gaps.