Skip to main content
Glama

Is this transaction safe to sign?

transaction_intent_guard

Is this transaction safe to sign? Before signing on Base, classify transaction intent, simulate execution, estimate gas, infer standard balance and allowance deltas, flag a scam or unlimited approval that could drain your wallet, and inspect target changes and pause state. Paid per call with x402 on Base: $0.25 USDC. Private: never cached, shared or resold. Your unsigned transaction stays with the wallet that paid for it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesUnsigned transaction target on Base.
dataNoUnsigned calldata. Defaults to 0x.
fromYesUnsigned transaction sender on Base.
valueNoNative ETH value in wei. Defaults to 0.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full disclosure burden and does well: it states the $0.25 USDC per-call cost via x402 on Base, that the call is private and never cached, shared, or resold, and that the unsigned transaction stays with the paying wallet. Remaining gaps (latency, failure behavior, whether it mutates any state) are minor for a simulation-style tool.

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 safety question is front-loaded and the payment/privacy lines earn their place. The second sentence is a long comma-spliced capability list that could be tightened, but overall there is no filler.

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?

With no output schema and no annotations, the description does useful double duty by naming the classes of results returned (intent, simulation, gas, deltas, scam flags, target/pause state) plus cost and privacy terms. It is complete enough to call correctly, though return shape and latency remain unspecified.

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?

All 4 parameters are documented in the schema at 100% coverage, including regex patterns and defaults for data and value. The description adds no param-level meaning beyond that, so the baseline of 3 is appropriate.

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 states a specific pre-signing safety analysis on Base and enumerates concrete capabilities (intent classification, simulation, gas estimate, balance/allowance deltas, scam/unlimited-approval flags, target change and pause state). It is clearly a transaction-safety guard, but it never distinguishes itself from siblings like contract_guard or aerodrome_swap_guard, so it lands at 4 rather than 5.

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?

'Before signing on Base' gives an implied trigger for use, but the guidance is embedded in a capability list rather than stated as a rule. There is no explicit when-not-to-use and no named alternative among the many sibling guard tools, leaving the agent to infer routing.

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.