Skip to main content
Glama

x402-tx-decode

Tx Decode: Decode EVM calldata. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoTo to process
txNoTx to process
dataNoData to process
inputNoInput to process
addressNoAddress to process
calldataNoCalldata to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses a free-trial quota per signed wallet, which hints at authentication and cost behavior, but it does not state whether the operation is read-only, what inputs are required, what output to expect, or what errors may occur.

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

Conciseness3/5

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

The description is brief and front-loads the main purpose, and the free-trial note adds useful operational context. However, the prefix 'Tx Decode' largely repeats the tool name, and the description is so short that it omits necessary guidance.

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?

This is a 6-parameter tool with no required fields, no output schema, no annotations, and no explanation of parameter relationships. An agent cannot reliably determine what to pass or how the decode result is returned. The description is fundamentally incomplete for safe invocation.

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?

Although schema coverage is 100%, every parameter description is a vacuous 'X to process' placeholder. The six parameters (to, tx, data, input, address, calldata) appear to be overlapping synonyms for calldata-related fields, but the description does not explain which are alternatives, which are required, or how they relate to decoding EVM calldata.

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 verb and resource: 'Decode EVM calldata.' The name and title align with this, making the tool's core function clear. It does not explicitly differentiate itself from siblings like x402-abi-decode or x402-tx-explain, so it stops short of a 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as x402-abi-decode, x402-event-decode, or x402-tx-explain. The description gives no context about use cases, prerequisites, or exclusions.

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