Skip to main content
Glama

Energiefuchs

FlexEnergy-Ratgeber durchsuchen

search_flexenergy_ratgeber
Read-only

Durchsucht AUSSCHLIESSLICH den öffentlichen FlexEnergy-Ratgeber (flexenergy.at/ratgeber/*) — für spezifischere Hintergrundfragen jenseits von Tarifen/Preisschätzung (z. B. Wechselprozess, Strompreiszusammensetzung, Merit-Order, Smart Meter, PV-Einspeisung). NICHT für Preisfragen verwenden — dafür quote/search_tariffs nutzen. Liefert nur Titel + URL als Trefferliste; den eigentlichen Inhalt danach gezielt mit read_flexenergy_ratgeber_article laden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSuchbegriff, z. B. 'Smart Meter' oder 'Wechsel'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

A4.7/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral detail beyond that: it returns only 'Titel + URL als Trefferliste', not full content, and is limited to public ratgeber pages. This clarifies what the agent can expect from the result.

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 dense but every clause adds value: scope, excluded use case, alternative tools, return shape, and next-step action. Key constraints are front-loaded with 'AUSSCHLIESSLICH' and 'NICHT', making the boundaries immediately visible.

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?

For a single-parameter search tool with annotations covering safety and an output schema present, the description is complete. It tells the agent what to search, what not to search, what the response contains, and which sibling to use for the next step.

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 coverage is 100%, so the baseline is 3, but the description adds domain context by giving examples of suitable query topics like 'Smart Meter' and 'Wechsel' and excludes price-focused queries. This helps the agent form better queries than the bare 'Suchbegriff' schema description alone.

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 and resource: 'Durchsucht AUSSCHLIESSLICH den öffentlichen FlexEnergy-Ratgeber' and gives the URL scope. It explicitly contrasts itself with quote/search_tariffs and read_flexenergy_ratgeber_article, so an agent can distinguish it from sibling tools without inspecting schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states exactly when to use it ('für spezifischere Hintergrundfragen jenseits von Tarifen/Preisschätzung') and when not to ('NICHT für Preisfragen verwenden'), naming quote/search_tariffs as the alternative. It also tells the agent to follow up with read_flexenergy_ratgeber_article for content, which is strong routing guidance.

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

A4.6/5.0
Disambiguation5/5

Each tool maps to a distinct step in the user journey: estimating consumption, retrieving requirements, looking up the network operator, quoting a tariff, searching/reading guides, listing tariffs, and starting a switch. Although search_flexenergy_ratgeber and read_flexenergy_ratgeber_article are related, their search-vs-read boundary is clear.

Naming Consistency4/5

Most tools follow a clear verb_object snake_case pattern (estimate_consumption, search_tariffs, start_switch). The main deviation is 'quote', which lacks an explicit object and is somewhat ambiguous as verb vs noun; otherwise the naming is consistent.

Tool Count5/5

Eight tools is well-scoped for a focused energy-advisory and switching assistant. Each tool supports a distinct part of the conversation without redundant utilities or excessive surface area.

Completeness5/5

The tool surface covers the full core flow: estimate usage, search tariffs, calculate a quote, provide switch link, plus supporting lookup and content-reading tools. There are no obvious dead ends or missing operations for the stated purpose.

Resources