Skip to main content
Glama

ecoExperten Energieausweis

bestell_status

Read-only

Bearbeitungsstand einer über diesen Assistenten aufgegebenen Bestellung.

Erfordert die Bestellnummer (Format EA-XXXXXXXX) und die E-Mail-Adresse der Bestellung; nur bei Übereinstimmung wird der Status ausgegeben. Die Antwort enthält ausschließlich den Bearbeitungsstand, keine Personen- oder Gebäudedaten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
bestellnummerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context: it requires a matching email, only outputs status on match, and explicitly excludes personal or building data from the response. This goes beyond the annotations.

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 concise: three sentences, each with a clear purpose. The first states what it does, the second gives prerequisites and verification behavior, the third specifies response content. No wasted words.

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's simplicity (two params, no nested objects, output schema exists), the description is nearly complete. It covers purpose, prerequisites, verification, and response scope. It is slightly vague about error behavior when credentials don't match, but that's a minor gap.

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 0%, so the description carries the full burden. It explains both parameters: bestellnummer has a specific format (EA-XXXXXXXX) and email is the one associated with the order. This adds valuable meaning beyond the schema's bare names.

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 that the tool returns the processing status of an order placed via this assistant. It specifies the resource (order) and the action (query status), and distinguishes from siblings like bestellung_aufgeben (create) and energieausweis_info via the 'über diesen Assistenten aufgegebenen' qualifier.

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 clearly states when to use the tool: when you have the order number and email address of an order placed through this assistant. It also specifies the matching requirement. However, it does not explicitly name alternatives or exclusions, so it stops short of a 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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct stage of the ordering process: product info, pre-check, placing an order, and checking order status. There is no overlap between their responsibilities, and the descriptions clearly separate them.

Naming Consistency4/5

All tool names are in German snake_case, but the pattern is not fully uniform: two are noun-based (bestell_status, energieausweis_info) and two are verb-phrase-based (bestellung_aufgeben, bestellung_pruefen). The root word also varies slightly (bestell vs. bestellung), though the overall style is predictable and readable.

Tool Count5/5

Four tools is well-scoped for the server's purpose of handling an energy certificate order. Each tool covers a necessary step without redundancy or unnecessary additions.

Completeness5/5

The tool set covers the complete customer journey: information, pre-check, order placement, and status inquiry. There are no obvious gaps for the stated domain of ordering a Verbrauchsausweis.

Resources