Skip to main content
Glama

Netzhandwerker EU Power Dispatch API

renewable_share

Carbon-aware and ESG agents buy this endpoint to measure the current renewable share and generation mix in Germany.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
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 of behavioral disclosure. It adds key context by stating the endpoint is purchased ('buy'), indicating a commercial/authorization requirement, and 'current' implies real-time data. The verb 'measure' implicitly communicates a read-only operation, which is important for AI agents.

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 a single sentence that immediately states the purpose and target user, with no filler or redundancy. Every word adds value, making it concise and well-structured.

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 the tool has no parameters and no output schema, the description adequately communicates what is measured and for whom. It lacks explicit details about the response format (e.g., whether renewable share is a percentage or a breakdown), which would make it fully complete, but it is still sufficient for a simple data endpoint.

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 input schema has zero parameters, and the description does not add parameter-level details because none are needed. Per the baseline for 0 parameters, a score of 4 is appropriate, though the description could have elaborated on the output format, which is not strictly a parameter-semantics concern.

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 measures the current renewable share and generation mix in Germany, with a specific verb ('measure') and resource. This distinguishes it from sibling tools, none of which mention renewable share or generation mix directly.

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 targets 'Carbon-aware and ESG agents' and explains they 'buy this endpoint' to obtain this measurement, providing clear context on who should use it. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a full 5.

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

C2.4/5.0
Disambiguation2/5

Multiple tools overlap significantly: buy_dispatch_plan, flexibility_window, optimizer_cheapest_window, and energy_decision all help schedule or choose an energy window, while price_forecast, price_spot, and buy_market_brief provide pricing context. The paired GET-fallback tools (articles_id vs articles_id_post, demand_submit vs demand_submit_post, etc.) create further ambiguity.

Naming Consistency2/5

Naming is inconsistent: some tools use a verb prefix (buy_, predict_, subscribe_), others start with a noun (price_, grid_, carbon_), and some have non-verb suffixes (_post, _quick). Related tools vary in style, e.g., price_forecast vs predict_negative_price and demand_submit vs demand_submit_post.

Tool Count2/5

With 31 tools, the server feels heavy. While many are distinct paid endpoints, the high number—including near-duplicate variants—exceeds the 25-tool threshold for comfort and suggests an over-sized surface.

Completeness4/5

The energy domain is well covered: real-time and historical prices, forecasts, negative-price prediction, dispatch/flexibility optimization, CO2, renewables, load, subscriptions, and research. Minor gaps exist (e.g., historical CO2, user account handling), but core agent workflows are supported.

Resources