Skip to main content
Glama

bosch_battery_trends

Analyze Bosch eBike battery health over time. Compute per-period averages and deltas for charge cycles, energy delivered, and remaining capacity to detect degradation.

Instructions

Analyse battery health trends for your Bosch eBike over time.

Computes per-period averages and deltas for:

  • Charge cycle count (total, rate of accumulation)

  • Average battery level at time of sync

  • Lifetime energy delivered (total kWh ever pushed through the battery)

  • Remaining energy trend (indicates capacity degradation over time)

A declining remaining_energy_wh at a constant charge level indicates the battery capacity is degrading. Compare early and recent snapshots for a long-term health picture.

Args: bike_id: Optional bike UUID. If omitted, includes all bikes. period: Aggregation period. Options: "weekly", "monthly" (default), "quarterly". start_date: Start date (YYYY-MM-DD, YYYY-MM, Nd, or None for all data). end_date: End date. Default: today.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNomonthly
bike_idNo
end_dateNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It details what the tool computes (per-period averages and deltas, charge cycle accumulation, energy trends) and interprets the significance of a declining remaining_energy_wh. It does not mention auth requirements or explicitly state read-only behavior, but the analytical framing and focus on computed trends communicate the non-mutating nature.

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 well-structured with a concise opening, bulleted metric list, and an Args section. Every line provides operational or interpretive value—no filler or redundancy—and the format makes it easy for an agent to parse key facts quickly.

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

Completeness5/5

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

Given that an output schema exists, the description does not need to explain return values. It covers the aggregation periods, filters, metrics, and how to interpret degradation, making the tool's behavior and purpose fully clear. It is complete for a read-only analytical tool with moderately sophisticated parameters.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully document the parameters, and it does. It explains all four parameters: bike_id (optional, all bikes if omitted), period (valid aggregation options and default), start_date (allowed formats and default), and end_date (default today). This adds substantial meaning beyond the bare schema definitions.

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 opens with a specific verb, 'Analyse battery health trends for your Bosch eBike over time,' and enumerates the exact metrics computed. This clearly distinguishes it from point-in-time sibling tools like get_soc and get_capacity by focusing on temporal aggregation and degradation analysis.

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 clearly establishes when to use the tool: for long-term health analysis, comparing early and recent snapshots, and identifying capacity degradation over time. It does not explicitly name alternative tools or state when not to use it, but the contextual guidance is strong enough to guide selection.

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