Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-wheel-size

by AIWerk

search-by-tire

Read-only

Reverse lookup: find all vehicles that fit a specific tyre size. Provide section width, aspect ratio, and rim diameter to get compatible car models.

Instructions

Find all vehicles compatible with a given standard tyre size. Reverse lookup: "which cars fit 245/45R18?" Required: section_width (mm, e.g. 245), aspect_ratio (%, e.g. 45), rim_diameter (inches, e.g. 18). Optional: region, limit, offset. Returns vehicle make/model/year/trim combinations that accept this tyre fitment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (1-100).
offsetNoNumber of results to skip for pagination.
regionNoMarket region code (e.g. "eudm", "usdm"). Get codes from list-regions.
aspect_ratioYesAspect ratio as a percentage integer 1-100 (e.g. 45 for a 45-series tyre). Use list-tire-aspect-ratios to enumerate valid values.
rim_diameterYesRim diameter in inches (e.g. 18). Must be positive. Use list-tire-rim-diameters to enumerate valid values.
section_widthYesTyre section width in mm (e.g. 245). Must be positive. Use list-tire-section-widths to enumerate valid values.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds useful behavioral context by clarifying that it is a reverse lookup and that results are vehicle make/model/year/trim combinations. It does not describe edge cases, ordering, or completeness, but with annotations present, the added value is adequate.

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 four short sentences, each earning its place: purpose, example, parameter list, and output shape. It is front-loaded with the primary purpose and uses no filler. The structure makes it easy for an agent to parse quickly.

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 a 6-parameter schema with full descriptions and no output schema, the description covers the essential return shape (vehicle combinations) and parameter grouping. It does not detail pagination, sorting, or the meaning of openWorldHint, but those are secondary. Overall, it is complete enough for an agent to invoke correctly.

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 input schema has 100% description coverage, so each parameter is already explained. The description consolidates the three core parameters as a tyre size (section_width, aspect_ratio, rim_diameter) and gives a concrete example, which is helpful. However, it does not add meaning beyond the schema's own descriptions; it mostly restates what is already there.

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 opens with a specific verb+resource: 'Find all vehicles compatible with a given standard tyre size.' It explicitly calls this a 'Reverse lookup' and gives a concrete example ('which cars fit 245/45R18?'), immediately distinguishing it from sibling tools like search-by-model, search-by-rim, and search-by-hf-tire. The output (vehicle make/model/year/trim) is also stated, leaving no ambiguity.

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 clearly conveys the intended use case (reverse lookup of vehicles by tyre size) and lists required vs optional parameters. It does not explicitly mention when not to use this tool or name alternative tools, but the context is strong enough that an agent would understand when to choose this over siblings. The example further clarifies usage.

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