Skip to main content
Glama
sebastienrousseau

iso20022-evidence-pack-mcp

Verify an evidence-pack signature

verify_pack_signature
Read-onlyIdempotent

Verify a detached Ed25519 signature over an ISO 20022 evidence pack's canonical content using the signer's PEM public key.

Instructions

Verify a detached Ed25519 signature over a pack's canonical content.

Args:
    pack_content: The evidence pack to check, as JSON text.
    signature: The base64-encoded detached signature.
    public_key: The signer's PEM public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signatureYesThe base64 Ed25519 signature to check.
public_keyYesThe signer's PEM public key.
pack_contentYesAn evidence pack as raw JSON text.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the specific algorithm (Ed25519) and the concept of 'canonical content,' which provides useful behavioral context beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The main purpose is stated in a single sentence front-loaded. However, the Arg list repetition is redundant given the schema is provided; it adds length without new content. Otherwise efficient.

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?

Given the tool's simplicity (3 required parameters, no enums, output schema present, strong annotations), the description covers the essentials: algorithm, input types, and purpose. It lacks error handling details but is complete enough for typical use.

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 description coverage is 100%, so the baseline is 3. The parameter descriptions in the tool definition largely duplicate the schema descriptions, adding no new information (e.g., 'base64-encoded' and 'PEM' are already in schema). Minimal value added.

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 clearly states the action ('verify'), the cryptographic algorithm ('Ed25519'), and the resource ('detached signature over a pack's canonical content'). This unambiguously distinguishes it from sibling tools like 'sign_pack' and 'verify_seal'.

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 does not provide explicit guidance on when to use this tool versus alternatives. Usage context is implied by the tool's specific purpose, but no exclusions or when-not-to-use advice is given. Given sibling tools exist, a usage hint would improve clarity.

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/sebastienrousseau/iso20022-evidence-pack-mcp'

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