Skip to main content
Glama
emiliaprotocol

emilia-mcp-server

Official

ep_submit_receipt

Submit a transaction receipt to the EP ledger, creating an immutable, cryptographically hashed, and chain-linked record. Requires an API key and transaction reference.

Instructions

Submit a transaction receipt to the EP ledger. Requires an API key. Receipts are append-only, cryptographically hashed, and chain-linked. transaction_ref is REQUIRED. agent_behavior is the strongest signal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYesEntity to evaluate
transaction_refYesExternal transaction reference (required)
transaction_typeYes
agent_behaviorNoObservable behavioral outcome (strongest Phase 1 signal)
delivery_accuracyNo0-100
product_accuracyNo0-100
price_integrityNo0-100
return_processingNo0-100
claimsNoStructured claims (delivered, on_time, price_honored, as_described)
evidenceNoSupporting evidence references
contextNoContext key: { task_type, category, geo, modality, value_band, risk_class }
Behavior4/5

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

In the absence of annotations, the description discloses important behavioral traits: receipts are append-only, cryptographically hashed, and chain-linked, which implies immutability and auditability. It does not mention rate limits or potential side effects, but the key safety properties are sufficiently conveyed.

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 four sentences long, front-loads the core purpose, and uses no filler. Every sentence adds value, making it highly concise and well-structured for agent consumption.

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?

For a tool with 11 parameters and no output schema, the description provides a high-level overview of what to expect (append-only, cryptographic linking) and highlights critical parameters. Combined with the rich schema descriptions, the overall context is sufficient for an agent to use the tool correctly, though it could mention success or error conditions.

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?

With 91% schema description coverage, the schema already documents most parameters. The description adds emphasis that transaction_ref is required and that agent_behavior is the strongest signal, but this does not fundamentally add new meaning beyond what the schema provides. Thus a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (submit a transaction receipt) and target (EP ledger), and mentions key properties like append-only, hashed, and chain-linked. However, it does not differentiate from sibling tools such as ep_batch_submit or ep_bind_receipt_to_commit, missing a opportunity to clarify when to use this specific tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions that an API key is required and emphasizes that transaction_ref is required and agent_behavior is the strongest signal. It does not provide explicit guidance on when to use this tool versus alternatives, nor does it specify prerequisites or typical use cases beyond the API key requirement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emiliaprotocol/emilia-protocol'

If you have feedback or need assistance with the MCP directory API, please join our Discord server