Skip to main content
Glama

Jithox EU Energy Label Preflight

Get declared label data

get_eprel_energy_label_data
Read-only

Structure the supplier-DECLARED energy-label / product-sheet data for one public record. The result states supplierDeclared=true and independentlyVerifiedByJithox=false explicitly — nothing is independently verified. Answers come from the queried source at the stated retrieval time: the official EPREL Public API in live mode, or a clearly-labelled synthetic fixture in dev/test — provenance.sourceAuthority names which. Preflight evidence only — never a conformity, CE, GPSR, safety or market-access determination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicRecordIdNoThe public record identifier whose declared label data to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
billingYes
productYes
receiptYes
decisionYes
retryableYes
capabilityYes
provenanceYes
generatedAtYes
limitationsYes
schemaVersionYes
receiptEnvelopeNo
decisionCategoryYes

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate readOnly and non-destructive, but the description adds significant behavioral context: it states the result explicitly sets supplierDeclared=true and independentlyVerifiedByJithox=false, clarifies that nothing is independently verified, and explains that answers come from either the live EPREL API or a synthetic fixture with provenance.sourceAuthority identifying the source. It also warns that this is preflight evidence only, not a conformity determination. No contradiction with 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 composed of three dense but purposeful sentences. It front-loads the core purpose and then adds essential caveats about verification, source, and legal limitations. No redundant or filler content exists.

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?

Given only one parameter with full schema coverage, an output schema, and rich annotations, the description covers the essential context: purpose, source mode (live vs. synthetic), verification status, and preflight-only limitations. It does not explain error handling, but that is not necessary given the output schema and annotations.

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

Parameters3/5

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

The input schema provides a complete description of publicRecordId ('The public record identifier whose declared label data to return') with 100% coverage. The description adds no additional parameter-level meaning, so a baseline of 3 is appropriate since the schema already handles parameter semantics.

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 uses a specific verb 'Structure' and names the resource as 'supplier-DECLARED energy-label / product-sheet data for one public record', which clearly differentiates from sibling tools like search_eprel_products or compare_eprel_product_metrics. It also explicitly contrasts declared vs. independently verified data, further defining the tool's purpose.

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 states this is for one public record and explicitly excludes conformity, CE, GPSR, safety, or market-access determinations, giving clear when-not-to-use context. However, it does not name alternative sibling tools (e.g., get_eprel_product_record) for different needs, so it lacks explicit alternative 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.4/5.0
Disambiguation4/5

The tools are mostly distinct: search finds candidates, two getters retrieve different aspects (full record vs energy label data), compare analyzes metrics, and prepare bundles receipts. The two getters could be confused, but their descriptions clearly differentiate the full record from the energy-label-specific structure.

Naming Consistency4/5

All tool names follow a verb_noun pattern with a domain prefix (eprel or energy_label), e.g., compare_eprel_product_metrics, get_eprel_product_record. The consistency is high, though 'prepare_energy_label_preflight_receipt' uses 'energy_label' instead of 'eprel', a minor deviation.

Tool Count5/5

Five tools is a well-scoped set for a preflight workflow: search, retrieve record, retrieve label data, compare metrics, and create a signed receipt. Each tool fills a distinct role with no redundancy or bloat.

Completeness4/5

The toolset covers the core preflight lifecycle: discovery, retrieval, comparison, and evidence bundling. Minor gaps exist, such as no explicit tool for listing supported product groups or metric catalogs, but agents can work around these using search and get.

Resources