Skip to main content
Glama

Fuse Explorer API query

fuse_explorer_query

Generic dispatcher for the Fusebox Explorer API (/api/v0/explorer/). Pass module + action + any additional query params. Covers all 40+ etherscan-compatible endpoints including balances, logs, transactions, contract ABI/source, and the five contract-verify POST routes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON body for POST verify-* actions.
actionYesAction within the module — e.g. `balance`, `txlist`, `getabi`, `getLogs`, `eth_block_number`, `verify`.
methodNoHTTP method (default GET). Use POST only for the five `contract/verify*` actions, which also accept a JSON body.
moduleYesEtherscan-style API module: `account`, `block`, `contract`, `logs`, `stats`, `token`, `transaction`.
paramsNoAdditional query parameters (e.g. `address`, `fromBlock`, `toBlock`, `topic0`). Omit `module`, `action`, and `apiKey` — they're injected automatically.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It mentions POST routes but does not clarify side effects, authentication requirements, rate limits, or error handling. The 'generic dispatcher' nature lacks specific behavioral details.

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 sentences, front-loaded with core function, every sentence adds value. No redundancy or fluff.

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

Completeness2/5

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

No output schema, and description does not explain return values, pagination, or error responses. Given the complexity of covering 40+ endpoints, more context is needed for complete understanding.

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 coverage is 100%, baseline 3. The description adds value by explaining module and action usage, that params omit module/action/apiKey, and body for POST actions, enhancing understanding beyond schema.

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 is a generic dispatcher for the Fusebox Explorer API, listing specific endpoints and requiring module+action. This distinguishes it from sibling tools like fuse_get_balance which are specific.

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?

No guidance is provided on when to use this generic tool versus dedicated sibling tools. No when-not-to-use or alternatives mentioned, leaving the agent to infer.

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