Skip to main content
Glama
emiliaprotocol

emilia-mcp-server

Official

ep_verify_zk_proof

Verify a zero-knowledge proof to confirm a claim's validity without accessing the entity's transaction history, counterparties, or receipt contents.

Instructions

Verify a privacy-preserving commitment proof by proof_id. Returns whether the claim is currently valid — without revealing anything about the entity's transaction history, counterparties, or receipt contents. The proof holder shares only the proof_id. You verify without learning who they transacted with. Use this to accept trust claims from entities in privacy-sensitive industries (healthcare, legal, finance) who cannot share raw transaction history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proof_idYesThe proof identifier (ep_zkp_...) shared by the proving entity.
Behavior3/5

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

With no annotations, the description carries full burden. It states the tool returns current validity without revealing transaction details. However, it does not describe error handling (e.g., invalid proof_id), performance, or whether the proof is checked on-chain.

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 concise sentences with no fluff. The first sentence states the action and result, the second explains the privacy guarantee, and the third gives a usage scenario. Excellent front-loading.

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 simple 1-param tool with no output schema, the description covers the core function, privacy behavior, and appropriate use case. It could be improved by mentioning the return type, but overall adequate.

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?

Schema coverage is 100% with a clear description of proof_id format (ep_zkp_...). The description adds no new parameter-level detail beyond emphasizing privacy, so it meets the baseline for complete schema coverage.

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?

Clearly states the tool verifies a ZK proof by proof_id and returns validity status. Distinguishes itself from siblings by emphasizing the privacy-preserving nature (unlike ep_verify_commit which likely reveals data).

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?

Explicitly advises using this tool when dealing with entities in privacy-sensitive industries who cannot share raw history. Provides strong contextual guidance, but does not explicitly list when not to use or suggest alternatives like ep_verify_commit.

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