Skip to main content
Glama

ChronoKey

gas.price

Get real-time EIP-1559 gas prices across Base, Polygon, Arbitrum, Ethereum, and Optimism. Covered by Pro subscription, or $0.003 USD per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainsNoOptional CAIP-2 chain identifiers (e.g. ["eip155:8453", "eip155:137"]). Defaults to all five supported chains.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden; it does disclose the cost model (Pro subscription or $0.003 USD per call), which is genuinely useful behavioral context an agent cannot get from schema. It omits rate limits, auth mechanics, and staleness/refresh semantics of 'real-time'.

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, zero filler, with the core capability front-loaded and the billing condition trailing. Every clause earns its place.

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

Completeness3/5

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

For a one-optional-param read tool this is close to sufficient, but with no output schema the description does not indicate what the returned gas price data looks like (per-chain base fee, priority fee, etc.), leaving the agent to guess at the response shape.

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 coverage is 100% and the single optional 'chains' parameter is fully documented with CAIP-2 format and default behavior. The description's chain enumeration corroborates the default set but adds no syntax or format detail beyond the schema, so the baseline 3 applies.

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?

States a specific verb and resource (get real-time EIP-1559 gas prices) and enumerates the five covered chains, so the agent knows exactly what is returned and for where. No sibling tool covers gas pricing, so there is nothing to differentiate against, but the purpose itself is unambiguous.

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 never says when to reach for this tool versus alternatives, nor what preconditions exist beyond the paywall note. The pricing clause implies a gating condition but gives no guidance on selecting chains or when the default-all-five behavior is appropriate.

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