Skip to main content
Glama
StefanOOE

mcp-tirepressure

by StefanOOE

get_bike

Retrieve a saved bike profile by name to access its specifications and weight, providing the bike data needed for tire pressure calculations.

Instructions

Get a single bike profile by name. Returns specs + bike weight.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

No annotations exist, so the description carries the behavioral disclosure burden. It communicates a read operation and reveals return content (specs + bike weight). It does not cover not-found or error behavior, which is a minor gap for a simple GET-like tool.

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 short sentences with no unnecessary words. The core action and return summary are front-loaded, making it fast for an agent to parse.

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 one-parameter read tool with no output schema, the description gives enough to invoke the tool and understand the response. It lacks detail on what 'specs' includes, but that does not affect correct selection or invocation.

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?

With 0% schema description coverage, the description slightly compensates by stating the lookup is by name, giving the sole parameter purpose. It adds no format, uniqueness, or exact-match constraints, so the added value over the bare schema is modest.

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?

Specific verb 'Get', resource 'bike profile', and 'by name' identifies the lookup mechanism. The word 'single' implicitly distinguishes from the sibling get_bikes, though no sibling is explicitly named.

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?

Implied usage: use this tool to fetch one bike by name. It does not explicitly state when to prefer it over get_bikes or the pressure tools, so the agent must infer the boundary from sibling names and context.

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