Skip to main content
Glama

FlexYield — blockchain RPC gateway

get_tx_status

Transaction status on any supported chain: confirmed/failed/pending/unknown, confirmations + gas (EVM) or slot + commitment (Solana). One call, any chain slug, e.g. eth_mainnet, base_mainnet, solana_mainnet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashYesTransaction hash (0x… for EVM, base58 signature for Solana)
chainYesChain slug, e.g. 'eth_mainnet'

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations provided, so description carries the burden. It fully describes the read operation and its outputs, with no mention of side effects, which is appropriate for a status check.

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?

Two concise sentences convey all necessary information without redundancy.

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?

Covers the core functionality and output details; though output schema is absent, the description gives enough context for expected results. It doesn't address error cases, but that's not critical for a simple query.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema already documents both parameters; description adds clarity by providing examples of chain slugs and explaining how output varies by chain type.

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 the tool retrieves transaction status, enumerates possible statuses, and specifies additional details returned (confirmations/gas for EVM, slot/commitment for Solana), with concrete chain slug examples.

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?

Description explains what the tool does but doesn't explicitly state when to use it vs. alternatives or any prerequisites. It's self-explanatory for a simple query, but lacks explicit guidance.

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