Skip to main content
Glama

Quick pre-sign verdict (free)

presign_quick_check
Read-only

Free: the green/orange/red verdict only, for a transaction, token approval or EIP-712 signature your agent is about to sign. Limited to 10 calls per hour. For the reason codes and details use presign_check ($0.01); for a plain-language explanation presign_check_explain ($0.03).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNotransaction: the target contract
dataNotransaction: 0x-prefixed calldata
typeYesWhat the agent is about to sign
tokenNoapproval: the token contract
valueNotransaction: native value in wei
amountNoapproval: amount in base units (0 = revoke)
originNooptional: the site asking for the signature or transaction (URL or hostname); a domain under 30 days old is orange
chainIdYesEVM chain id: 1, 10, 56, 137, 8453, 42161 (8453 = Base)
spenderNoapproval: who gets the allowance
typedDataNosignature: the exact eth_signTypedData_v4 payload (Permit, Permit2, EIP-3009 x402 payment, Seaport)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / origin
      Added value: +{
      +  "description": "optional: the site asking for the signature or transaction (URL or hostname); a domain under 30 days old is orange",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is known. The description adds useful operational context: it is free, rate-limited to 10 calls per hour, and returns only the quick verdict with no details. This goes beyond the annotations without contradicting them.

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?

The description is compact: three sentences that front-load the free verdict, define the scope, state the rate limit, and route to alternatives. Every sentence adds useful information with no filler.

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

Completeness5/5

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

For a 10-parameter tool with no output schema, the description still provides enough context: it defines the return as a color verdict, explains the rate limit, and names the more detailed sibling tools. The schema handles parameter semantics, and the annotations handle safety. Nothing essential is missing.

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?

The schema covers 100% of the 10 parameters with clear type-conditional descriptions, so the baseline applies. The description's mention of transaction, approval, or signature maps to the type enum but adds no new parameter-level meaning beyond what the schema already provides.

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 states a specific outcome—green/orange/red verdict—for the concrete resources: transaction, token approval, or EIP-712 signature. It also distinguishes itself from the presign_check siblings by saying it is the free 'verdict only' variant. This makes the tool's purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly names the alternatives presign_check and presign_check_explain and the conditions for choosing them: need reason codes and details, or plain-language explanation. It also gives the 10-calls-per-hour limit, which informs when the paid siblings should be used.

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.