Skip to main content
Glama
driveate

wheel-size-mcp

by driveate

Search (user-initiated only)

ws_calculate_upsteps
Read-onlyIdempotent

Calculate safe plus/minus wheel and tire sizing alternatives from OEM specifications, including options to preserve overall diameter for speedometer accuracy.

Instructions

Calculate plus/minus sizing alternatives for a wheel/tire combo.

Given OEM wheel specs, returns safe replacement sizes at different plus/minus levels (e.g. +1, +2 = larger rim with lower-profile tire). Tighten do_max for "without changing the overall diameter" requests.

This is a calculator tool — can be called freely without user initiation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
s_maxNoMax section width difference, % (default 10)
stepsNoPlus/minus steps (default +2)
do_maxNoMax overall diameter difference, % (default 5). Use 2-3 to keep speedo accurate.
rim_widthYesOE rim width in inches
rim_offsetYesOE rim offset in mm
aspect_ratioYesOE tire aspect ratio
rim_diameterYesOE rim diameter in inches
section_widthYesOE tire section width in mm

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description says 'can be called freely without user initiation' yet the annotation title says 'user-initiated only' – a direct contradiction that misleads the agent about when the tool can be invoked. This is an annotation contradiction.

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 concise, front-loaded with the core purpose, and each of its four sentences adds functional detail or usage nuance. There is no filler or 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?

The description covers the tool's purpose, example usage, parameter tuning, and invocation policy. Combined with an output schema and 100% parameter schema coverage, it is fairly complete, though it does not address edge cases or provide explicit alternatives among siblings.

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 covers all 8 parameters, but the description adds meaningful semantics by explaining the plus/minus concept and specifically advising to tighten do_max for 'without changing the overall diameter' requests, which goes beyond the schema's raw limits.

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 it 'Calculate plus/minus sizing alternatives for a wheel/tire combo' – a specific verb and resource. This distinguishes it from sibling search/check tools and effectively communicates the tool's core function.

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 explains the use case ('Given OEM wheel specs...') and provides guidance on parameter tuning ('Tighten do_max...'). It also notes it can be called freely without user initiation, but does not explicitly contrast with sibling tools or state when not to use it.

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