Skip to main content
Glama

firehose

PAYWALLED. Returns last 1000 trades across all X1 tokens. Returns x402 payment instructions to call /api/x402/firehose for ~$0.50.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently reveals the paywall, the cost (~$0.50), and that it returns payment instructions for calling a specific endpoint. However, it does not disclose potential side effects, authentication needs, or response format. It is a read operation but does not explicitly state read-only, and it doesn't mention rate limits or failure modes. This is moderate coverage.

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?

The description is extremely concise, front-loading the most important fact (PAYWALLED) and then stating exactly what the tool returns and how to proceed. Every sentence earns its place; there is no redundancy or filler. It is well-structured for an agent scanning tool descriptions.

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?

For a simple no-parameter, no-output-schema tool, the description provides the key information: what it returns (last 1000 trades across all X1 tokens) and the paywall with payment instructions. It tells the agent how to proceed after calling the tool. However, it could be more complete by describing the structure of the trade data or any authentication steps, but given the simplicity, it is mostly sufficient.

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?

The tool has zero parameters, so the schema provides no parameter documentation. Per the calibration baseline, with 0 params the score is 4. The description does not need to add parameter semantics because there are none. It appropriately omits any parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the last 1000 trades across all X1 tokens, using a specific verb and resource. It does not explicitly differentiate from sibling tools like recent_trades, but the scope (all tokens) and the paywall aspect make it distinguishable enough. It is more specific than a vague purpose, but not perfect.

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?

The description mentions the tool is paywalled and provides payment instructions, which is a usage consideration, but it gives no explicit guidance on when to use this tool versus alternatives like recent_trades. There is no mention of prerequisites, context, or scenarios where this tool is preferred. The paywall is the only usage hint, but it's not a directive.

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