Skip to main content
Glama

Search ammunition offers

search_offers
Read-only

Search canonical ammunition products and their current per-retailer offers. Results are descriptive only — prices, availability, $/round, observation time, and provenance, with no verdicts, scores, or recommendations. Use each offer's outUrl for outbound links (do not rewrite it). sort is a mechanical ordering, never a judgement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query over product name/brand/description.
caseNoCase material, e.g. "Brass", "Steel".
pageNo
sortNoMechanical ordering only. Defaults to pricePerRoundAsc.
brandNo
grainNoBullet weight in grains.
caliberNoCanonical caliber, e.g. "9mm" or ".223/5.56".
inStockNoWhen true, only products with in-stock offers are returned.
pageSizeNo
roundCountMaxNo
roundCountMinNo

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already establish readOnlyHint and openWorldHint, so the description needn't restate safety. It adds valuable behavioral context: results are descriptive only, return specific fields, outbound links must be preserved verbatim, and sort is mechanical rather than evaluative. This goes well beyond the annotations.

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?

Three tight sentences, front-loaded with the tool's core purpose followed by result semantics and usage cautions. Every sentence earns its place with no redundancy or filler.

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 search tool with no output schema and many optional filters, the description usefully enumerates return fields (prices, availability, $/round, observation time, provenance) and key behaviors. It could be more complete about pagination behavior or default pageSize, but the important selection and invocation context is present.

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?

The description adds semantic value to the sort parameter by emphasizing it is 'a mechanical ordering, never a judgement.' However, with 11 parameters and only 55% schema coverage, the description does not compensate for undocumented params like page, pageSize, brand, roundCountMin, or roundCountMax; most burden still falls on self-explanatory names or the schema.

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?

States a specific verb ('Search'), a specific resource ('canonical ammunition products'), and the key output ('current per-retailer offers'). This clearly differentiates from siblings like get_product (single product), list_calibers/list_retailers (reference lists), and get_market_snapshot (aggregated view).

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?

Provides clear context: this is the tool for searching ammunition products and their offers. It adds explicit behavioral instructions ('Use each offer's outUrl for outbound links (do not rewrite it)') and cautions that results contain no verdicts or recommendations, though it does not explicitly name alternative tools or exclusion conditions.

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 targets a distinct resource and action: market statistics, product lookup, caliber directory, retailer directory, and offer search. There is no meaningful overlap between get_product and search_offers because one is a direct single-item fetch and the other is a multi-result search.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: get_ for single-item fetches, list_ for enumerations, and search_ for queries. The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a read-only market data service. Each tool covers a necessary capability without redundancy or bloat.

Completeness5/5

The tool set provides full coverage for its descriptive market-intelligence purpose: listing reference data (calibers, retailers), searching/fetching products and offers, and retrieving aggregate price statistics. No obvious CRUD or operational gaps exist because the service is explicitly read-only.

Resources