Skip to main content
Glama

FlexYield — blockchain RPC gateway

verify_signature

Verify an EIP-191 personal_sign signature (mode 'personal': message + 65-byte 0x signature, optional expected address) or a SIWE/EIP-4361 message (mode 'siwe': the exact signed message text + signature — parses fields, checks signature and expiry; domain/nonce policy stays with you). Recovery only — FlexYield never holds keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes'personal' or 'siwe'
addressNopersonal mode: expected signer address
messageYesThe exact message text that was signed
signatureYes0x-hex 65-byte signature (r‖s‖v)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It reveals a key security posture ('FlexYield never holds keys'), explains what operations are performed (parses fields, checks signature and expiry), and notes the boundary that domain/nonce policy is left to the caller. It does not describe error or invalid-signature behavior, which would strengthen it further, but it provides meaningful behavioral context.

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 a single dense but well-organized sentence. It groups related information in parentheses and separates the two modes clearly. It is not bloated, though breaking it into two sentences would slightly improve scannability for an agent parsing it quickly.

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

Completeness3/5

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

Given there is no output schema, the description needs to convey the verification result contract. It explains what inputs are checked and the security policy, but it does not tell the agent what the tool returns on success versus failure (e.g., boolean, parsed fields, or error). That missing piece prevents the description from being fully self-sufficient for correct invocation and interpretation.

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

Parameters4/5

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

The schema already provides 100% coverage with descriptions for all four parameters, so the baseline is 3. The description adds valuable mode-specific semantics: it ties 'message' and 'signature' to their exact formats in each mode, clarifies 'address' as an optional expected signer for personal mode, and explains that SIWE mode parses embedded fields from the message text. This goes beyond the bare schema hints.

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 opens with a specific verb ('Verify') and identifies two concrete resource types (EIP-191 personal_sign and SIWE/EIP-4361). It clearly distinguishes the two modes ('personal' vs 'siwe') and what each validates, making it immediately identifiable among the large sibling tool list that contains no other verification tool.

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 description states the exact conditions for each mode: personal mode with message + 65-byte signature and optional address, siwe mode with exact message text and signature. The closing 'Recovery only' clarifies when verification is appropriate. It does not name alternative tools explicitly, but the mode breakdown serves as practical usage guidance.

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