Skip to main content
Glama

bosch_battery_trends

Analyze battery health trends for your Bosch eBike. Computes averages and deltas for charge cycles, energy delivered, and remaining capacity to detect degradation over time.

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?

No annotations are provided, so the description carries the full burden. It explains that the tool computes averages and deltas, lists the metrics, and provides interpretive guidance (e.g., declining remaining energy indicates degradation). It does not mention destructive actions, rate limits, or side effects, but as a read-only analysis tool, the description is transparent enough.

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 bullet points for metrics and a clear args section. It is concise yet informative, with no redundant sentences. Every part earns its place.

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 fully covers input parameters, computed metrics, and interpretive guidance. No gaps are evident for this analysis tool.

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?

Schema description coverage is 0%, so the description must compensate. It explains each parameter: bike_id (optional, defaults to all bikes), period (options with default 'monthly'), and date formats for start/end dates. This adds meaning beyond the schema, which only provides types and defaults.

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 specifies that the tool analyzes battery health trends for Bosch eBikes, listing specific computed metrics. It distinguishes itself from sibling tools by focusing exclusively on battery trends, while siblings cover activities, batteries, bikes, etc.

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 states the tool's purpose (battery health analysis) but does not explicitly mention when to use it versus alternatives or provide exclusion criteria. However, the context from sibling tools makes the usage clear, and the description is sufficiently specific.

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