Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-wheel-size

by AIWerk

search-by-model

Read-only

Look up OEM and aftermarket wheel and tyre fitment specs for any vehicle by make, model, year, and region. Get per-trim data including tyre size, rim spec, bolt pattern, and centre bore.

Instructions

Look up OEM and aftermarket wheel/tyre fitment specs for a specific vehicle by make, model, year, and region. Returns per-trim fitment data including: tyre size (e.g., "245/45R18"), rim spec (e.g., "8Jx18 ET39"), bolt pattern / PCD (e.g., "5x112"), centre bore (CB in mm), and whether the fitment is OEM or aftermarket. This is the primary tool for fitment lookups. An empty data array means no fitment data exists for this make+region combination. Not an API error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makeYesManufacturer slug from list-makes (e.g., "audi", "ford"). Region-dependent, slugs can differ by market.
yearYes4-digit model year 1900-2100 (e.g., 2020). Use list-years to enumerate valid years for the given make.
modelYesModel slug from list-models (e.g., "a4", "f-150"). Use list-models to get valid slugs for the given make+year.
regionYesMarket code from list-regions (e.g., "usdm" for North America, "eudm" for Europe, "jdm" for Japan). OEM wheel specs differ by market. Always specify the correct region. An empty result (data: []) means no data for this make+region combo, not an error.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds useful behavioral context by enumerating the exact return fields (tyre size, rim spec, PCD, CB, OEM/aftermarket) and clarifying the empty-data-array edge case, which is not an error.

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 sentences with clear front-loading: purpose first, then return format, then edge-case clarification. Every sentence carries meaningful content with no redundancy.

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 read-only lookup tool with no output schema, the description sufficiently covers output fields and edge-case behavior. The detailed parameter schema complements it well. Minor omission is lack of pagination/limit info, but it's not a list endpoint.

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 descriptions provide 100% coverage with rich detail—examples, slugs, and cross-references to list tools. The tool description itself adds no extra param-level semantics beyond restating the inputs, so the baseline of 3 is appropriate.

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 uses a specific verb ('Look up') and resource ('wheel/tyre fitment specs'), and specifies exact inputs (make, model, year, region). It also declares itself 'the primary tool for fitment lookups,' distinguishing it from siblings like search-by-rim and search-by-tire.

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?

It explicitly positions the tool as the primary fitment lookup, implying it should be used when vehicle details are known. It does not explicitly name alternatives or when-not conditions, but the sibling context and the phrase 'primary tool' provide clear enough guidance.

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/AIWerk/mcp-server-wheel-size'

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