Skip to main content
Glama

voltcast

cheapest_window

Rank Home+ action windows by household cost. Experimental carbon/balanced modes use a disclosed trailing historical production-mix profile—not a forward carbon forecast—and support no emissions-reduction claim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
zoneYes
countNoHow many windows (default 3)
tariffNoOptional variable household bill inputs; fixed monthly charges are excluded.
objectiveNoRanking objective (default cost). Carbon/balanced are experimental historical-profile heuristics, not forward carbon forecasts.
duration_minutesYesWindow length in minutes

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does this well by clearly flagging that carbon/balanced modes use a trailing historical production-mix profile, are experimental, and support no emissions-reduction claim. This prevents a likely misinterpretation of the carbon objective, adding meaningful transparency beyond the schema.

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 sentences with no filler: the first front-loads the tool's purpose, and the second efficiently covers a critical caveat about the experimental modes. Every sentence earns its place.

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

Completeness3/5

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

The description covers purpose and an important behavioral caveat, but there is no output schema and the description does not explain what the returned ranked windows look like or when to choose this over sibling tools. Given the 7-parameter schema with nested objects, a bit more guidance on expected output or usage context would improve completeness.

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?

Schema description coverage is 57%, with descriptions for count, tariff, objective, and duration_minutes. The description adds value by clarifying the objective parameter's experimental nature and 'household cost' semantics for tariff, but it does not compensate for the undocumented to, from, and zone parameters.

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?

The description states a specific action and resource: 'Rank Home+ action windows by household cost.' This clearly communicates the tool's core function and distinguishes it from sibling tools that fetch raw prices, forecasts, or carbon data, though it does not explicitly name a sibling for contrast.

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 implies usage: when you need cheapest cost-ranked action windows rather than raw price/forecast data. However, it does not explicitly state when to prefer this tool over siblings like get_prices or get_forecast, nor does it mention any exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool addresses a distinct data domain or action: zone discovery, price retrieval (day-ahead vs real-time), forecasting, carbon intensity, renewables generation, and cost-optimized scheduling. Even closely related tools like get_prices and get_forecast are clearly separated by their descriptions.

Naming Consistency4/5

The get_ prefix is used consistently for data retrieval, and list_zones follows the expected list_ convention. The only outlier is cheapest_window, which would fit the pattern better as get_cheapest_window, but the inconsistency is minor.

Tool Count5/5

Seven tools is well-scoped for an electricity market data API. Each endpoint represents a meaningful capability without redundant or filler tools, and the count supports both simple lookups and more advanced optimization workflows.

Completeness4/5

The toolset covers zone discovery, day-ahead and real-time prices, probabilistic forecasts, carbon intensity, renewables generation, and load scheduling. Minor gaps exist around historical data and broader market detail, but core workflows are well supported.