Skip to main content
Glama

bosch_get_batteries

Retrieves battery state and health for Bosch eBikes, including charge level, remaining energy, capacity, charge cycles, and software version. Supports filtering by bike and date range.

Instructions

Get battery state and health for your Bosch eBike.

Returns charge level, remaining energy, total capacity, charge cycles (total / on-bike / off-bike), lifetime energy delivered, and software version.

Each sync captures a snapshot, building a time series of battery health. Use latest_only=False with a date range to see history.

Args: bike_id: Optional bike UUID to filter to one bike. start_date: Start date (YYYY-MM-DD, YYYY-MM, or Nd like "30d"). Default: 30 days ago. end_date: End date. Default: today. latest_only: If True (default), return only the most recent snapshot per bike. Set to False to return all snapshots in the date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bike_idNo
end_dateNo
start_dateNo
latest_onlyNo

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 each call captures a snapshot building a time series, implying idempotent reads. However, it omits behavioral traits like read-only nature, data freshness, or any side effects, which would be helpful for an agent.

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 well-structured: a brief purpose statement, a bullet-like list of returned fields, a key behavioral note about time series, and an Args section. Every sentence adds value without redundancy, and it is front-loaded with the core purpose.

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?

Given an output schema exists, the description appropriately focuses on input parameters and behavior rather than return shape. It covers time series usage and parameter details well. Minor gaps include no mention of output structure (though schema compensates) or potential limitations like rate limits, but overall it is adequate for an agent to use correctly.

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?

With 0% schema description coverage, the description effectively compensates by explaining all four parameters in the Args section, including formats (YYYY-MM-DD), defaults, and behavior (latest_only controls history). This adds significant meaning beyond the schema's type and default values.

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 returns battery state and health for Bosch eBikes, listing specific data fields (charge level, energy, capacity, cycles, software version). It distinguishes from siblings by focusing on snapshot and time series data, though sibling comparisons are not explicit; the purpose is specific and unambiguous.

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 description explains when to use parameters (e.g., latest_only=False with date range for history) and provides default date ranges. However, it does not explicitly state when not to use this tool versus alternatives like bosch_battery_trends or bosch_get_soc, lacking exclusion criteria or comparative guidance.

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