Skip to main content
Glama

generate_ed25519_keypair

Generate cryptographically secure Ed25519 keypairs and detached signatures for machine-to-machine trust, with automatic USDC micropayment on Base L2.

Instructions

Generates cryptographically secure Ed25519 keypairs and produces verifiable detached signatures for machine-to-machine trust fabrics. (0.01 USDC on Base L2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesInput parameters or JSON string payload for the tool execution
paymentSignatureNoBase L2 USDC micropayment signature or transaction hash for x402 settlement

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral burden. It usefully discloses cryptographic security, verifiability, and the 0.01 USDC cost, but it does not explain output format, side effects, payment handling, or whether the tool persists or transmits key material. Some transparency is present, but significant behavioral gaps remain.

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 description is compact: two sentences with no filler, and the fee disclosure is placed as a useful parenthetical. The first sentence is slightly dense by combining keypair generation and signature production, but it remains readable and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, so the description must explain most of what an agent needs to know. It omits the output shape, what exactly is signed, how payment is settled, and whether the payload is required for signature generation. For a paid cryptographic tool, this is a notable completeness gap.

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 even without additional parameter detail. The description adds no meaning about how to populate the generic 'payload' parameter or how 'paymentSignature' relates to the 0.01 USDC fee, so it neither improves nor harms parameter understanding.

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 names a specific action and resource: generating Ed25519 keypairs and creating detached signatures, with a clear cryptographic context. It is more specific than generic sibling crypto tools, though it slightly conflates keypair generation with signature production and does not explicitly contrast with siblings.

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 phrase 'for machine-to-machine trust fabrics' gives a clear intended usage context, helping an agent judge when this tool applies. It does not provide exclusions or compare directly with alternatives like generate_secure_hashcash or generate_merkle_proof, but the context is enough to route selection in many cases.

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

Deploy Server

Other Tools