Skip to main content
Glama

Jithox EU Counterparty Sanctions Preflight

Prepare a screening receipt

prepare_screening_receipt
Read-only

Bundle the screening checks into one idempotent Ed25519-signed receipt committing to the HASHED inputs, sources, snapshot checksum, retrieval times and decision states — provable evidence of WHAT was screened and WHEN. Attests the checks, not a clearance or a 'not sanctioned' claim. Screening evidence only; not a legal/compliance determination, not a clearance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleYesThe screening results to attest (hashed inputs, sources, decision states — no raw PII).
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?

The description discloses key behaviors beyond the annotations: the receipt is idempotent, Ed25519-signed, and commits to specific elements (HASHED inputs, sources, snapshot checksum, retrieval times, decision states). It also explicitly scopes the attestation as evidence only, not a clearance or legal determination. This adds substantial value beyond the readOnlyHint and destructiveHint 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?

Three sentences, each earning its place. The description front-loads the core function, then adds crucial limitations in a compact form. No repetitive or vague language.

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 rich annotations, full schema coverage, and presence of an output schema, the description fully covers the tool's purpose, behavioral constraints, and parameter semantics. It also explains the receipt's evidentiary scope and exclusions, making it complete for an agent to select and invoke correctly.

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 schema already provides 100% coverage for both parameters, but the description enriches the 'bundle' parameter by naming additional contents (snapshot checksum, retrieval times) and reinforcing the 'no raw PII' constraint. This goes beyond the schema's brief description, adding meaningful semantic detail.

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 ('Bundle... into... receipt'), names the resource (screening checks), and clearly distinguishes this tool from siblings by focusing on creating a signed receipt rather than screening or listing. It also clarifies what the receipt is not (a clearance or legal determination), leaving no ambiguity about its 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 implies when to use the tool: when you need provable evidence of what was screened and when, in the form of a signed receipt. It includes strong exclusions ('not a clearance', 'not a legal/compliance determination') but does not explicitly name an alternative tool or contrast it with siblings, so it falls just 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.5/5.0
Disambiguation5/5

Each tool targets a distinct action: screening by name, screening by identifier, retrieving listing details, enumerating regimes, and preparing receipts. No overlap in purpose or input/output types.

Naming Consistency5/5

All tools use consistent snake_case verb_noun naming. Retrieval tools use get_/list_ appropriately, screening tools use screen_, and the receipt tool uses prepare_. The two screening tools share a clear sub-pattern.

Tool Count5/5

Five tools is well-scoped for the sanctions preflight domain, covering the full workflow without redundancy.

Completeness5/5

The tool set covers the complete preflight workflow: screen by name or identifier, retrieve full listing details for a candidate, enumerate sanctions regimes, and generate a signed receipt. No obvious gaps for the stated purpose.

Resources