Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Search (user-initiated only)

ws_check_tire_fitment_for_vehicle
Read-onlyIdempotent

Check whether a specific tire size fits a given vehicle (make/model/year) and retrieve trims with documented fitment. Empty results indicate no fitment.

Instructions

Check whether a specific tire size fits a specific vehicle (make + model, optionally year).

Answers "do 225/45R17 tires fit my 2020 Honda Civic?" in one call: returns the vehicle's modifications (trims) where this tire size appears as a documented fitment. An EMPTY result means no documented fitment for that combination. Metric sizes only.

The API has no year parameter, so 'year' is filtered MCP-side against each modification's production range (start_year/end_year); each row echoes its range so near-misses can be explained.

Prefer this over ws_search_by_tire + ws_search_by_vehicle comparison when the user names a specific vehicle.

IMPORTANT: This is a Search method — only call when a user explicitly requests a fitment check. Do not call in autonomous loops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makeYesMake slug (e.g. 'honda'). Use ws_list_makes to find valid slugs.
modeNoAxle mode
yearNoModel year — filters to modifications in production that year
limitNoResults per page
modelYesModel slug (e.g. 'civic'). Use ws_list_models to find valid slugs.
offsetNoPagination offset
regionNoRegion slug(s) (e.g. ['usdm'] or ['eudm', 'audm']).
aspect_ratioYesTire aspect ratio (e.g. 45)
rim_diameterYesRim diameter in inches (e.g. 17)
section_widthYesTire section width in mm (e.g. 225)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context: it returns modifications/trims, empty result means no documented fitment, metric sizes only, and the MCP-side year filtering with production range echo. No contradictions.

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 multi-sentence but every sentence earns its place: functional summary, concrete example, return behavior, API caveat, sibling comparison, and a usage warning. It is well-structured and front-loaded with the core purpose.

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 complexity and the existence of an output schema, the description covers all necessary behavioral aspects: return semantics, empty result interpretation, year filtering logic, and the user-initiated constraint. An agent has enough context to invoke it correctly.

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 description coverage is 100%, so the baseline is 3. The description adds context beyond the schema, such as explaining that 'year' is filtered MCP-side against production ranges, and clarifying metric size expectations. This meaningfully helps the agent understand parameter interactions.

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 a specific verb+resource: 'Check whether a specific tire size fits a specific vehicle (make + model, optionally year)' and gives a concrete example question. It also distinguishes from siblings by recommending this over ws_search_by_tire + ws_search_by_vehicle when the user names a specific vehicle.

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 when-to-use guidance is provided: 'Prefer this over ws_search_by_tire + ws_search_by_vehicle comparison when the user names a specific vehicle.' It also includes an exclusion: 'only call when a user explicitly requests a fitment check. Do not call in autonomous loops.'

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