Skip to main content
Glama

find_deals

Find online retailers that currently have a specific kind of verified deal or policy, ranked. Use for questions like 'who has free shipping', 'which stores give a student discount', or 'what's on sale now'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10).
intentYesThe deal/policy type to find retailers for.
countryNo2-letter market the shopper is in (e.g. 'US', 'GB', 'DE'), so results are relevant to where they can buy. Defaults to 'US'. Pass 'all' for every market. Retailers with no declared market are always included.

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It adds behavioral context by saying 'verified deal or policy' and 'ranked,' implying results are filtered/curated and ordered. Yet it does not disclose potential limitations (e.g., data recency, market availability behavior already in schema, whether results include retailer contact info) or any side effects. For a read-only search tool this is acceptable but not rich.

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 total. The first sentence is front-loaded with the primary action and result, the second gives clear, relevant usage examples. No filler, no repetition of schema fields, every phrase earns its place.

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 search tool with 3 params and no output schema, the description is sufficiently complete. It states the action, the result type (ranked retailers), and common use cases. It could explicitly mention that the output is a ranked list, but 'ranked' already implies that. The sibling tool names provide additional context for disambiguation. This is above the minimum viable for the tool's complexity.

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 the baseline is 3. The description adds value by mapping example questions to specific intents (e.g., 'free shipping' corresponds to the free-shipping enum), which helps the agent pick the right intent. It also hints at the 'country' parameter implicitly with 'where they can buy' in the schema, though the description itself doesn't mention country beyond examples. Overall, it enriches the schema's parameter docs enough to justify a 4.

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 opens with a specific verb+resource: 'Find online retailers that currently have a specific kind of verified deal or policy, ranked.' This clearly distinguishes the tool from siblings like check_retailer_trust (which likely evaluates trust of a given retailer) and lookup_retailer (which retrieves retailer details). It also provides concrete example queries ('who has free shipping', 'which stores give a student discount'), making the intent unmistakable.

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?

Usage guidance is explicit via 'Use for questions like...' followed by three representative queries that map to intent enum values. This tells the agent when to apply the tool. However, it does not explicitly mention when not to use it or name alternatives like check_retailer_trust or lookup_retailer, so it stops short of a full comparison.

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

A3.9/5.0
Disambiguation4/5

Tools are mostly distinct: one for trust scores, one for searching deals across retailers, one for detailed retailer policies. Minor overlap between find_deals and lookup_retailer on deals, but the scoping is clear.

Naming Consistency5/5

All three tool names follow a consistent verb_noun pattern in lower snake_case: check_retailer_trust, find_deals, lookup_retailer. No mixing of styles.

Tool Count4/5

3 tools is a small but well-focused set for a retail data service covering trust scores, deal search, and retailer details. Not too few given the narrow domain.

Completeness4/5

The tool set covers core user needs: trust assessment, deal discovery, and retailer policy lookup. Missing features like retailer comparison or list are non-critical, so it's reasonably complete.

Resources