Skip to main content
Glama

Energiefuchs

Netzbetreiber nachschlagen (optional, nur reaktiv)

lookup_network_operator
Read-only

NUR verwenden, wenn der Nutzer FREIWILLIG und UNAUFGEFORDERT seine Zählpunktbezeichnung genannt hat — dieses Feld niemals aktiv abfragen. Übergib den vom Nutzer genannten Wert unverändert. JEDE Länge zwischen 8 und 33 Zeichen ist gültig (z. B. AT001000, AT001000000 oder eine volle 33-stellige Zählpunktbezeichnung) — NICHT nur exakt 8 oder exakt 33. Das Backend extrahiert automatisch die ersten 8 Zeichen (AT + 6 Ziffern) und ignoriert den Rest. NIEMALS ablehnen oder nach der 'vollständigen 33-stelligen' Bezeichnung fragen, nur weil der genannte Wert weder 8 noch 33 Zeichen hat — einfach das Tool mit dem genannten Wert aufrufen. Liefert den Netzbetreiber-Namen (z. B. AT001000 → Wiener Netze) als interessante Zusatzinfo. WICHTIG bei NOT_FOUND: Die Referenzliste deckt ALLE Netzbetreiber Österreichs ab — ein nicht gefundenes Präfix bedeutet daher nicht 'uns unbekannt', sondern dass der genannte Wert zu KEINEM österreichischen Netzbetreiber gehört (z. B. Tippfehler oder keine echte österreichische Zählpunktbezeichnung). Das dem Nutzer genau so sagen, nicht vage lassen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zaehlpunkt_prefixYesBeliebige Länge zwischen 8 und 33 Zeichen — unverändert weitergeben, nicht auf exakt 8 oder 33 Zeichen bestehen.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
zaehlpunkt_prefixYes
netzbetreiber_nameYes

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description discloses key backend behavior: the first 8 characters are extracted automatically, the rest is ignored, any length between 8 and 33 is accepted, and NOT_FOUND means the value is not an Austrian operator. This substantially clarifies expected runtime behavior and error semantics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loads the most important behavioral constraint (only reactive use). There is some repetition around the 8/33-character rule and the warning not to reject values, but the emphasis is arguably intentional to prevent a costly agent error. It remains appropriately sized for the guardrails it communicates.

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?

The description fully covers the tool's trigger condition, input handling, output examples, and NOT_FOUND interpretation. Given the simple single-parameter schema, output schema, and safety annotations, nothing essential is missing for an agent to invoke this tool correctly.

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?

The schema already documents min/max length and the instruction not to insist on exactly 8 or 33 characters. The description adds crucial semantics: pass the user's value through unchanged, do not reject based on length, and know that the backend handles extraction. This goes well beyond the structured schema.

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's function: it returns the Austrian network operator name for a given Zählpunktbezeichnung (e.g. AT001000 → Wiener Netze). This is a specific lookup operation with a distinct resource, and it is easily distinguishable from the sibling tools, which handle tariffs, quotes, requirements, and articles.

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 gives explicit when-to-use and when-not-to-use guidance: only use when the user voluntarily and unsolicited provides their Zählpunktbezeichnung, and never proactively ask for this field. It also specifies exact handling of NOT_FOUND results, telling the agent to communicate that the value does not belong to any Austrian network operator rather than being vague.

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