Skip to main content
Glama
Baneado98

Mempool Doctor

by Baneado98

check_tx

Is your transaction stuck? Find out by comparing its fee cap to the current base fee, getting a clear verdict: MINED, HEALTHY, UNDERPRICED, or STUCK.

Instructions

Look up an EVM transaction live and answer 'is it stuck?'. Pass ':' or just a txhash (defaults ethereum; supports base/polygon/arbitrum/optimism/bsc). Reports pending/mined/not-found, compares the fee cap to the current base fee, returns MINED/HEALTHY/UNDERPRICED/STUCK. deep=true adds a concrete replace-by-fee + cancel gas plan and nonce-gap detection (premium). Read-only; never signs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes'<chain>:<txhash>' or a txhash (0x + 64 hex). Chains: ethereum, base, polygon, arbitrum, optimism, bsc.
deepNoWhen true, runs the PREMIUM tier. Requires an API key (set MEMPOOL_DOCTOR_KEY in your MCP env); without one you'll get instructions to unlock it. The free verdict needs no key.
Behavior4/5

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

With no annotations, the description fully discloses behavior: it's read-only, never signs, and explains the deep parameter's additional features (replace-by-fee plan, nonce-gap detection). It does not detail output format, but this is acceptable given no output schema.

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 sentences pack all necessary information: purpose, input format, chains, verdicts, deep parameter details, and read-only nature. No wasted words; front-loaded with core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 parameters, no output schema, no annotations), the description provides complete context for correct usage, including input syntax, optional feature, and access requirements.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant value by explaining the target format (chain:txhash or just txhash, default ethereum) and the deep parameter's behavior and API key requirement, surpassing the schema's minimal descriptions.

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?

The description clearly states the tool's purpose: 'Look up an EVM transaction live and answer is it stuck?'. It specifies the input format, supported chains, and possible verdicts, making the tool's function unambiguous.

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?

The description explains when to use the tool (to check transaction status and get recommendations) and conditions for deep=true (requires API key). It lacks explicit when-not-to-use guidance but provides sufficient context.

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/Baneado98/mempool-doctor'

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