Skip to main content
Glama
StefanOOE

mcp-tirepressure

by StefanOOE

get_recommended_pressure

Get bike tire pressure recommendations adjusted for live weather. Provides front and rear bar pressures based on rider weight, bike weight, and location.

Instructions

One-call recommended pressure with live weather. Fetches Open-Meteo data, determines wet/dry, and returns front/rear pressure in bar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
bikeYes
bike_weightYes
rider_weightYes
Install Server

TDQS

B3.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It clearly discloses the live-weather dependency, the wet/dry decision logic, and the bar-unit output format. It does not describe edge-case or error behaviors, but the core operational behavior is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded, and free of filler. The first phrase conveys the core value proposition immediately. The only minor issue is slight redundancy between 'live weather' and 'Fetches Open-Meteo data'.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with five required parameters, no output schema, and no annotations, this description is incomplete. It explains the high-level flow and output unit but omits essential parameter format details, especially how to specify the bike and what units the weights should use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not define the meaning, units, or allowed values of the five required parameters. It only hints that lat/lon are used for the Open-Meteo weather lookup and that weights feed the pressure calculation; crucial details like what 'bike' refers to and the weight unit are missing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: it fetches Open-Meteo weather data, determines wet/dry conditions, and returns front/rear pressure in bar. This is a specific and understandable purpose, though it does not explicitly differentiate itself from the sibling calc_pressure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'One-call recommended pressure with live weather' implies the main use case: getting a weather-aware recommendation in a single call. However, it does not explicitly state when not to use this tool or mention alternatives such as calc_pressure, so usage guidance is mostly implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/StefanOOE/mcp-tirepressure'

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