Skip to main content
Glama

x402-verify

Verify: Verify a signature or proof.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
msgNoMsg to process
sigNoSig to process
textNoText to process
signerNoSigner to process
walletNoWallet to process
addressNoAddress to process
messageNoMessage to process
signatureNoSignature to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / text
      Added value: +{
      +  "description": "Text to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It says nothing about what gets verified (cryptographic signature strength, proof system type), what constitutes success vs failure, whether it's read-only, possible error conditions, or what happens with ambiguous inputs. This is a complete miss for a security-sensitive verification tool with 8 parameters.

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

Conciseness2/5

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

The description is extremely short (one fragment), but it is not concise in the helpful sense — it is under-specified. There's no front-loaded structure because there is only a redundant phrase. Conciseness without substance is not a virtue; the sentence 'Verify: Verify a signature or proof' wastes the colon repetition.

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

Completeness1/5

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

Given 8 parameters, 0 required, no annotations, no output schema, and a complex cryptographic verification domain, the description is grossly inadequate. An agent cannot determine valid parameter combinations, expected inputs, success/failure semantics, or security implications. It provides none of the context needed to call this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, but the schema descriptions are themselves useless ('Msg to process', 'Sig to process', etc.). The description adds nothing to clarify the 8 parameters: msg, sig, text, signer, wallet, address, message, signature. Why both 'msg' and 'message'? Why both 'sig' and 'signature'? Which combinations are valid? None of this is addressed.

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

Purpose2/5

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

The description 'Verify: Verify a signature or proof' essentially restates the tool name and title with tautological phrasing. It does identify the resource type (signature/proof) with a verb, but it does not distinguish from siblings like x402-eth-recover, x402-jwt-verify, x402-validate, or x402-validate-uuid. The phrasing 'Verify: Verify...' is redundant and adds no clarity beyond the name.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives. Given the enormous sibling list with many verification-related tools (jwt-verify, validate-*, is-*, eth-recover), the lack of any 'use this when...' or 'unlike X, this does...' is a serious gap. The description provides zero routing help.

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.

Resources