Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Classified (user-initiated only)

ws_find_tires_for_rim
Read-onlyIdempotent

Find compatible tire sizes for a given rim specification, including vehicle generation counts, to support tire product recommendations on wheel pages.

Instructions

Find compatible tire sizes for a given rim specification.

Returns tire sizes (e.g. '245/70R17') with the number of vehicle generations that use each tire on this rim. Set diameter_range to also include tires for ±N inch rim diameters.

Useful for tire product recommendations on wheel product pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cbNoCentre bore diameter in mm
fdNoWheel fastener thread diameter in mm (e.g. 12 for M12)
sortNoSort: name (A-Z), fitment (closest FS delta first), load (heaviest first)
limitNoResults per page
offsetNoPagination offset
bs_pushNoBackspace push tolerance in mm (default 2)
fs_pokeNoFrontspace poke tolerance in mm (default 2)
rim_widthYesRim width in inches
rim_bst_toNoBackspace tolerance upper bound in mm (default 2)
rim_offsetYesRim offset in mm
bolt_patternYesBolt pattern (e.g. '5x114.3')
od_toleranceNoOverall diameter tolerance fraction (default 0.01)
ow_toleranceNoOverall width tolerance fraction (default 0)
rim_bst_fromNoBackspace tolerance lower bound in mm (default 2)
rim_diameterYesRim diameter in inches
diameter_rangeNoWiden rim diameter search ±N inches (0 = exact match)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds valuable context about the output shape (tire sizes with generation counts) and the behavior of diameter_range, which goes beyond the raw 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?

The description is three short, focused sentences with the main action front-loaded. No fluff, and every sentence adds value: what it does, what it returns, and a usage example.

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?

Given the tool's 16 parameters and the presence of an output schema, the description adequately covers the core purpose and output. It explains the key optional behavior (diameter_range) and the primary use case. It lacks explicit mention of required parameters, but those are clearly indicated in the schema, so this is not a major gap.

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 schema fully documents all parameters. The description only highlights diameter_range, but the schema already explains it ('Widen rim diameter search ±N inches'). This meets the baseline but does not add deeper meaning beyond 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?

The description starts with 'Find compatible tire sizes for a given rim specification,' which uses a specific verb and resource, clearly distinguishing it from sibling tools like ws_find_vehicles_for_rim. The return value (tire sizes with generation counts) is also stated.

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 mentions 'Useful for tire product recommendations on wheel product pages,' providing a clear context for when to use it. However, it does not explicitly list alternatives or cases where other tools (e.g., ws_find_vehicles_for_rim) 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.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/driveate/wheel-size-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server