Skip to main content
Glama

Jithox EU Import Preflight

Prepare an import-preflight receipt

prepare_import_preflight_receipt
Read-only

Bundle the preflight checks (EORI, candidate classification, measures, cost) into one idempotent Ed25519-signed receipt committing to the inputs, sources, retrieval times and validity dates — provable evidence of WHAT was checked and WHEN. Attests the checks, not a compliance or clearance outcome. Read-only preflight; not customs/tax/legal advice, not a customs decision or clearance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleYesThe preflight results to attest (EORI/classification/measures/cost).
createdAtYesISO timestamp the bundle was assembled.

Output Schema

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

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description discloses important behavioral traits: idempotency, Ed25519 signing, commitment to inputs/sources/times/dates, and the scope of attestation (checks, not compliance outcomes). This significantly enriches the agent's understanding of the tool's side effects and guarantees.

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 dense but efficient. It front-loads the primary action and packs critical details (idempotent, signed, read-only, legal disclaimer) into two coherent sentences with no filler. Every clause serves a purpose.

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 the tool's moderate complexity (two parameters, nested bundle object, output schema present) and rich annotations, the description is complete. It covers purpose, behavior, limitations, and the non-decision status, leaving no significant ambiguity for an agent deciding to invoke it.

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 100% (both bundle and createdAt have detailed descriptions). The description adds meaning by explaining that the bundle contains preflight results and that the receipt commits to inputs, sources, retrieval times, and validity dates, which clarifies the expected content of the 'bundle' parameter beyond the schema's brief mention.

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 specifies a clear action ('Bundle the preflight checks ... into one idempotent Ed25519-signed receipt') and resource (receipt). It distinguishes itself from sibling tools by focusing on packaging all preflight checks into a single attestation, rather than performing individual checks like EORI validation or cost estimation.

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 clear context for when to use the tool (after preflight checks, to create provable evidence) and explicitly states exclusions ('not a customs decision or clearance', 'not customs/tax/legal advice'). It does not explicitly name alternative tools, but the sibling list makes it clear that individual check tools are alternatives for specific checks.

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.7/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the preflight workflow: classification, measures, cost, EORI validation, and receipt generation. There is no overlap in purpose, and the descriptions reinforce the boundaries. An agent can accurately select the right tool for a given step.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: check_, estimate_, prepare_, search_, validate_. This makes the tools predictable and easy to navigate. No mixed conventions or ambiguous verbs.

Tool Count5/5

Five tools is well-scoped for an EU import preflight service. Each tool earns its place by covering a key step in the workflow, from product classification to cost estimation and evidence generation. There is no bloat or missing essential function.

Completeness5/5

The tool surface covers the full preflight lifecycle: search codes, check measures, estimate cost for low-value consignments, validate EORI, and bundle results into a signed receipt. The descriptions explicitly call out out-of-scope areas (national VAT/excise) so gaps are intentional. No dead ends or missing critical operations for the stated purpose.

Resources