Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-wheel-size

by AIWerk

list-tire-aspect-ratios

Read-only

List available tyre aspect ratios, filtered by section width and region, to find valid values for tire searches.

Instructions

List all tyre aspect ratios available, optionally filtered by section width and region. Aspect ratio is the sidewall height as a percentage of section width (e.g. 45 in a 245/45R18). Use this to discover valid aspect_ratio values for search-by-tire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoMarket region code (e.g. "eudm", "usdm"). Get codes from list-regions.
section_widthNoTyre 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 and openWorldHint, and the description adds contextual details about filtering behavior and the formula for aspect ratio. No contradiction; provides value beyond 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?

Two sentences, front-loaded with action, and every sentence earns its place—no fluff or redundant detail.

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 simple list tool with no output schema, it covers purpose, filtering, and usage context. Does not describe response format but that remains predictable for a list utility.

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 coverage is 100% and both parameters have detailed descriptions with examples and sibling references. The description does not add further param semantics beyond what the schema already conveys.

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?

Specifically states it lists all tyre aspect ratios with optional filters, distinguishing it from sibling list tools. Includes a clear definition of aspect ratio with an example.

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?

Explicitly states the use case: 'Use this to discover valid aspect_ratio values for search-by-tire' and points to list-regions/list-tire-section-widths for parameter enumeration. Lacks explicit exclusion of alternatives but is sufficient.

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