Skip to main content
Glama

tx_decode

Decode any EVM transaction: function call, parameters, token transfers, and plain-English explanation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum
txHashYesTransaction hash (0x-prefixed, 64 hex chars)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It does say what the output will contain, which is useful, but it does not mention error cases, unsupported transaction types, or whether the operation is purely read-only. The 'any' claim is also broader than the six-chain schema enum implies.

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?

A single sentence that front-loads the core action and packs the output summary into a tight colon-delimited list. There is no filler or redundancy.

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?

For a two-parameter tool with no output schema, the description gives a useful high-level output summary, and the schema covers the inputs. However, it does not address invalid hashes, unsupported networks, or the actual response format beyond the list of decoded content, leaving some runtime ambiguity.

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?

Schema description coverage is 100% and both parameters have descriptions, so the baseline is 3. The tool description adds no parameter-specific meaning beyond the schema; it focuses on output, not inputs.

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?

Description has a specific verb ('Decode') and resource ('any EVM transaction') and enumerates output ('function call, parameters, token transfers, and plain-English explanation'). The EVM qualifier clearly distinguishes it from the Solana-oriented siblings such as solana_tx_explain.

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?

The context of use is implied by 'Decode any EVM transaction', but the description does not explicitly state when to prefer this tool over alternatives or when not to use it. It names no sibling tools and gives no exclusions or boundary conditions.

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.