Skip to main content
Glama

solana-tx-explainer

Decode any Solana transaction signature to get a clear breakdown: fee payer, programs invoked, token balance changes, fee in SOL/USD, and a human-readable summary. No API key required.

Instructions

Given a Solana transaction signature, returns a decoded breakdown: fee payer, programs invoked (Jupiter, Raydium, Pump.fun, SPL Token, etc.), SPL token balance changes with deltas, transaction fee in SOL and USD, block time, and a one-sentence human-readable summary. Uses public Solana mainnet RPC — no API key required. $0.07/call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signatureNoSolana transaction signature (base58, 87–88 characters).
Behavior4/5

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

No annotations provided, so description handles transparency. Discloses public RPC usage, no auth required, and cost per call. Does not mention rate limits or error handling, but for a read-only explainer it is sufficient.

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?

Three concise sentences: first states purpose and outputs, second describes backend and cost, no redundant words. Front-loaded with key information.

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?

No output schema, but description enumerates return fields (fee payer, programs, token changes, fee, block time, summary). Covers expected outputs adequately for a simple tool.

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 has 1 parameter with description. Description adds no additional detail beyond the schema's description of the signature format. Schema coverage is 100%, so baseline 3 is appropriate.

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?

Clearly states it decodes a Solana transaction signature into a structured breakdown (fee payer, programs invoked, token balances, etc.). Explicitly names the resource (Solana transaction) and the action (explain/decoded). Distinct from sibling tools like 'tx-explainer' by specifying Solana network.

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?

Provides clear context: uses public Solana mainnet RPC, no API key needed, and cost ($0.07/call). Implies usage when needing transaction details. No explicit exclusions or alternatives, but specificity suffices.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebrierfox/the-stall'

If you have feedback or need assistance with the MCP directory API, please join our Discord server