Skip to main content
Glama

The Wheel Atlas

Search wheels

search_wheels

Search wheels with filters. At least one filter is required. Covers currently-available wheels unless include_discontinued is set; every result carries "Available". Returns up to 20 results per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoDiscipline: Road, Gravel, TT, Triathlon, XC, Trail, Gravity, Downhill
brakesNoDisc or Rim
companyNoManufacturer name (partial match)
currencyNoUSD, EUR, GBP or AUD; returns wheels priced in that currency
max_priceNoMaximum RRP in USD
min_priceNoMinimum RRP in USD
max_weightNoMaximum pair weight in grams
min_weightNoMinimum pair weight in grams
uci_approvedNoFilter by UCI approval
max_rim_depthNoMaximum front rim depth in mm
min_rim_depthNoMinimum front rim depth in mm
include_discontinuedNoAlso search the discontinued archive (specs are kept after wheels are withdrawn)

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It responsibly discloses the default availability filter, the effect of include_discontinued, the 20-result cap, and the 'Available' marker. It does not mention ordering or pagination, but the disclosed behaviors are meaningful and accurate.

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 short sentences, front-loaded with the core operation and immediately followed by the most important usage constraints. No wasted words or redundant restatement of parameter names.

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 12-parameter search tool with no output schema, the description covers the critical operational details: required filter, default availability scope, result cap, and result marker. It is missing some useful context such as result ordering and whether pagination exists, but the stated information is sufficient for correct first invocation.

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?

The input schema already documents every parameter (100% coverage), so the baseline is 3. The description adds value beyond the schema by stating that at least one filter is required and by clarifying the default behavior tied to include_discontinued. This is helpful semantic context not present in the schema itself.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Search wheels') and conveys that it is a filter-driven catalog lookup. It does not explicitly differentiate from sibling tools like compare_wheels or get_wheel_price, but the name and framing make the distinction clear enough.

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

Usage Guidelines3/5

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

It gives useful constraints: at least one filter is required, and the default scope excludes discontinued wheels unless include_discontinued is set. However, it provides no guidance on when to use this tool instead of the sibling tools or when a sibling would be more appropriate.

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

Each tool targets a distinct need: approval lookup, side-by-side comparison, single-wheel pricing/specs, and filtered search. There is no meaningful overlap because compare requires multiple wheels, get targets exactly one, and search returns a list.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: check, compare, get, and search. This makes the tool surface predictable and easy to navigate.

Tool Count5/5

Four tools is well-scoped for a read-only wheel reference atlas. Each tool serves a clear, non-redundant purpose and the set is neither bloated nor too thin.

Completeness4/5

The core workflows of searching, viewing details/pricing, comparing, and checking UCI approval are covered. Minor gaps exist, such as the lack of explicit pagination or a dedicated 'list all' option, but these can be worked around.

Resources