Skip to main content
Glama

ecoExperten Energieausweis

Ownership verified

Server Details

Order official German energy certificates (Energieausweis) from chat — on invoice, 1-2 days.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool covers a distinct step in the energy certificate ordering process: info, pre-check, order placement, and order status. No overlaps.

Naming Consistency4/5

Three tools share a 'bestell'/'bestellung' prefix with consistent verb_noun structure, but 'bestell_status' uses a different form than 'bestellung_aufgeben'/'bestellung_pruefen', and 'energieausweis_info' deviates from the pattern.

Tool Count5/5

Four tools are appropriate for a focused domain like ordering energy certificates, covering all necessary steps without being excessive.

Completeness5/5

The tool surface covers the full ordering lifecycle: product info, pre-check, order placement, and status inquiry. No obvious gaps for the intended purpose.

Available Tools

4 tools
bestell_statusA
Read-only
Inspect

Bearbeitungsstand einer Energieausweis-Bestellung abfragen (Bestellnummer im Format EA-XXXXXXXX).

ParametersJSON Schema
NameRequiredDescriptionDefault
bestellnummerYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description's 'abfragen' is consistent. Beyond annotations, the description adds the parameter format constraint (EA-XXXXXXXX), but does not disclose other behavioral traits like error handling or response structure. The existence of an output schema may cover return values, but description alone lacks depth.

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 front-loads the purpose and appends the format in parentheses. No wasted words; efficient and scannable.

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?

For a simple read-only tool with one parameter and an existing output schema, the description adequately covers purpose and parameter format. It does not explain possible statuses or return values, but the output schema presumably handles that. A brief note on output type would improve it, but current completeness is sufficient.

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 provides the required parameter format (EA-XXXXXXXX) and the context of 'Bestellnummer', adding meaning beyond the schema's title. This is helpful for correct invocation, though it could detail the format more explicitly.

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 clearly states it queries the processing status of an energy certificate order (Bearbeitungsstand einer Energieausweis-Bestellung abfragen) and specifies the order number format. However, it does not explicitly differentiate from sibling tools like bestellung_pruefen, though the verb 'abfragen' and noun 'Bearbeitungsstand' indicate a status query.

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 for checking order status and provides the required number format, but does not give explicit guidance on when to use this tool versus alternatives like bestellung_aufgeben or bestellung_pruefen. No when-not or alternative suggestions.

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

bestellung_aufgebenAInspect

Verbrauchsausweis verbindlich bestellen (59,00 EUR, Kauf auf Rechnung).

NUR aufrufen, nachdem bestellung_pruefen "bestellbar" ergab UND der Nutzer
den AGB (ecoexperten.com/agb) und der zahlungspflichtigen Bestellung
ausdrücklich zugestimmt hat (agb_akzeptiert und
zahlungspflichtig_bestaetigt nur dann auf true setzen).
test_modus=true simuliert die Bestellung, ohne sie abzusenden.
ParametersJSON Schema
NameRequiredDescriptionDefault
ortYes
plzYes
emailYes
kellerNoUnbeheizt
strasseYes
telefonNo
vornameYes
kuehlungNoKeine Kühlung
lueftungNoFensterlüftung
nachnameYes
test_modusNo
energy_unitYes
gebaeudetypYes
has_vacancyNoNein
consumption_1Yes
consumption_2Yes
consumption_3Yes
energy_sourceYes
agb_akzeptiertYes
anzahl_wohnungenYes
baujahr_gebaeudeYes
has_improvementsNoNein
consumption_startYes
nutzt_erneuerbareNoNein
vacancy_percent_1No
vacancy_percent_2No
vacancy_percent_3No
anlass_ausstellungNoVermietung
has_second_heatingNoNein
hot_water_includedYes
energetisch_saniertNoNein
baujahr_waermeerzeugerYes
energietraeger_heizungYes
gebaeudenutzflaeche_m2Yes
energietraeger_warmwasserYes
doppelbestellung_bestaetigtNo
zahlungspflichtig_bestaetigtYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations: it's a binding, paid order that requires user consent. It mentions test mode allows simulation without sending. Annotations indicate non-read-only, non-idempotent, and non-destructive, which align with the description. No contradictions.

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 reasonably concise and front-loaded with the core action and price. Each sentence adds value, though it could be slightly shorter. The structure flows well from purpose to preconditions to test mode.

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

Completeness2/5

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

Given the high complexity (37 params, 22 required, no schema descriptions) and presence of an output schema, the description is incomplete. It fails to explain most parameters, and does not mention what the tool returns (e.g., order ID). The agent lacks critical information to correctly invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage and 37 parameters, the description must compensate but barely does. It only explains agb_akzeptiert and zahlungspflichtig_bestaetigt. All other parameters (vorname, nachname, email, etc.) receive no explanation, leaving the agent to guess their meaning and valid values.

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 is for ordering a Verbrauchsausweis (energy performance certificate) at a fixed price of 59 EUR, payable by invoice. It distinguishes from siblings by referencing bestellung_pruefen as a prerequisite, indicating this is the final order step.

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?

Explicitly states when to call: only after bestellung_pruefen returns 'bestellbar' and the user explicitly accepted the AGB and payment obligation. Also describes the test_modus parameter for simulation without sending. Provides clear conditions and alternatives.

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

bestellung_pruefenA
Read-only
Inspect

Verbrauchsausweis-Bestellung vorprüfen (Pflichtfelder + GEG-Regeln), OHNE zu bestellen.

Gebäudedaten: gebaeudetyp (Einfamilienhaus/Zweifamilienhaus/Mehrfamilienhaus),
Adresse, Baujahre, anzahl_wohnungen, Wohnfläche in m².
Verbrauch: consumption_start = Beginn der ältesten von 3 Jahres-Abrechnungsperioden
(JJJJ-MM); consumption_1..3 = Jahresverbräuche in energy_unit (z. B. "kWh Brennwert");
hot_water_included = "Ja"/"Nein"/"Unsicher". Immer zuerst aufrufen.
ParametersJSON Schema
NameRequiredDescriptionDefault
ortYes
plzYes
kellerNoUnbeheizt
strasseYes
kuehlungNoKeine Kühlung
lueftungNoFensterlüftung
energy_unitYes
gebaeudetypYes
has_vacancyNoNein
consumption_1Yes
consumption_2Yes
consumption_3Yes
energy_sourceYes
anzahl_wohnungenYes
baujahr_gebaeudeYes
has_improvementsNoNein
consumption_startYes
nutzt_erneuerbareNoNein
vacancy_percent_1No
vacancy_percent_2No
vacancy_percent_3No
anlass_ausstellungNoVermietung
has_second_heatingNoNein
hot_water_includedYes
energetisch_saniertNoNein
baujahr_waermeerzeugerYes
energietraeger_heizungYes
gebaeudenutzflaeche_m2Yes
energietraeger_warmwasserYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

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

The description states 'OHNE zu bestellen,' which aligns with the readOnlyHint: true annotation. It adds context by mentioning it checks GEG rules. Since annotations already declare read-only behavior, the description reinforces it without contradiction. No side effects are described, but that is consistent with a read-only validation tool.

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 very concise: two sentences, front-loaded with the main purpose. It efficiently lists key parameter groups in a bullet-like format without extra words. Every sentence adds value, with no redundancy.

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

Completeness2/5

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

Given the complexity of 29 parameters (17 required) and 0% schema coverage, the description is too sparse. It provides a high-level overview but lacks details on many inputs, validation rules, or expected output (though output schema exists). The agent may need to guess parameter formats or allowed values for fields like 'energy_source' or 'has_vacancy'. The description is not complete enough for reliable use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 explain parameters. It lists a few key parameters (gebaeudetyp, Adresse, Baujahre, etc.) and provides format hints (e.g., 'JJJJ-MM' for consumption_start, 'kWh Brennwert' for energy_unit). However, it does not explain many other parameters (e.g., energy_source, has_vacancy, anlass_ausstellung). With 29 parameters total, the coverage is insufficient for an agent to know expected values.

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 purpose: 'Verbrauchsausweis-Bestellung vorprüfen (Pflichtfelder + GEG-Regeln), OHNE zu bestellen.' It uses a specific verb 'vorprüfen' (pre-check) and specifies the resource ('Verbrauchsausweis-Bestellung'). It also distinguishes from siblings by noting it does not place an order, contrasting with 'bestellung_aufgeben'.

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 provides a clear usage guideline: 'Immer zuerst aufrufen.' (Always call first.) This tells the agent to use this tool before any order placement. It does not explicitly list when not to use it, but the context of siblings (bestellung_aufgeben, bestell_status) implies the workflow. The guidance is explicit enough for a prerequisite check.

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

energieausweis_infoA
Read-only
Inspect

Produktinfo: Energieausweis für Wohngebäude bestellen (Preise, benötigte Unterlagen, gesetzliche Voraussetzungen).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the agent knows it's a read operation. The description adds value by specifying the type of information returned (prices, documents, legal requirements), which aids in setting expectations beyond the annotation.

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, front-loaded sentence that immediately identifies it as 'Produktinfo' and lists the key content areas. No unnecessary words; every phrase 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?

For a parameterless tool with an output schema (provided but not detailed), the description adequately covers what information the tool provides (prices, documents, legal prerequisites). It is sufficient for an info-only 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?

The input schema has zero parameters with 100% coverage, so the description naturally cannot add parameter-specific meaning. Baseline 4 is appropriate as no further clarification is needed.

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 'Produktinfo: Energieausweis für Wohngebäude bestellen (Preise, benötigte Unterlagen, gesetzliche Voraussetzungen)' clearly states the tool provides product information about ordering an energy certificate, including prices, required documents, and legal prerequisites. It distinguishes itself from sibling tools like 'bestellung_aufgeben' (place order) and 'bestell_status' (order status) by focusing on informational content.

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 implies the tool should be used when users need pricing, document, or legal requirement information before proceeding with an order. It does not explicitly state when not to use it, but the sibling tool names make the distinction clear: use this for info, others for actions.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources