Skip to main content
Glama

bosch_get_bike

Retrieve a Bosch eBike's full profile by bike ID, including brand, model, frame number, and component data from the cached API response.

Instructions

Get detailed profile for a single Bosch eBike.

Returns full bike details including brand, model, frame number, and the cached raw API response which may include component info.

Args: bike_id: The bike UUID from bosch_get_bikes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bike_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that it returns a cached raw API response and that component info may be included, providing some behavioral insight. It does not mention potential side effects, permissions, or rate limits, which would be expected for a read operation.

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 and front-loaded, with the primary purpose stated first. The Args section is clearly separated, and every sentence adds value without verbosity.

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 explains return values sufficiently for a single-bike retrieval tool, mentioning full details and cached raw API response. Given that an output schema exists, it does not need to enumerate all fields. The sibling context and lack of complex parameters make the description adequately complete.

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?

The schema only shows a string bike_id, but the description adds crucial context by explaining it is a bike UUID from bosch_get_bikes. This goes beyond the schema and helps the agent select the correct value. However, it could provide more detail on formatting or how to obtain the UUID.

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 the tool retrieves a detailed profile for a single Bosch eBike, using a specific verb and resource. It distinguishes itself from sibling tool bosch_get_bikes by explicitly targeting a single bike.

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 implies usage context by specifying the bike_id should come from bosch_get_bikes, indicating this tool is for retrieving details after listing. However, it does not explicitly mention when not to use it or name alternative tools.

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/partymola/bosch-flow-mcp'

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