Skip to main content
Glama

Jithox EU Energy Label Preflight

Compare declared metrics

compare_eprel_product_metrics
Read-only

Compare two or more COMPATIBLE records on their COMMON supplier-declared metrics — a value table only. Cross-product-group comparison fails safely as 'incompatible_comparison'; no 'best product', no ranking, no buying advice. 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. Supplier-declared data only; Jithox verifies nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricKeysNoOptional metric keys to restrict the comparison to.
publicRecordIdsNoPublic record identifiers to compare; a comparison needs at least 2 (fewer returns 'insufficient_identifiers'), up to 5.

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 read-only and open-world, but the description adds valuable behavioral disclosure: provenance.sourceAuthority identifies the live EPREL API vs synthetic fixtures, 'supplier-declared data only' and 'Jithox verifies nothing' warn about data trust, and the failure mode 'incompatible_comparison' is documented. No contradictions 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 front-loaded with the core purpose in the first sentence. Every subsequent sentence adds a distinct caveat (compatibility, failures, provenance, data trust), making it dense but not redundant. It earns each sentence without being verbose.

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 that an output schema exists, the description need not explain return values. It covers constraints (compatible records, common metrics), failure modes, data source provenance, and limitations (no verification). This is complete for a read-only comparison tool with rich annotations and schema.

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?

Both parameters are fully described in the schema (100% coverage), so the baseline is 3. The description references compatibility and common metrics, which relate to parameter usage, but does not add syntax or format details beyond the schema. It does not meaningfully enhance parameter understanding.

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 states a specific verb-resource pair ('Compare two or more COMPATIBLE records on their COMMON supplier-declared metrics') and clearly limits the tool to a value table only, distinguishing it from ranking or advice tools. It also explicitly scopes to common metrics and excludes cross-group comparisons, making the purpose unambiguous.

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?

Clear context is provided: the tool is for comparing compatible records on common metrics, and cross-group comparisons fail safely with 'incompatible_comparison'. It explicitly excludes ranking and buying advice, giving when-not-to-use guidance. However, it does not name alternative sibling tools directly, so it stops short of explicit alternative routing.

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