Skip to main content
Glama

gas_oracle

Current gas prices (slow/standard/fast) for any supported EVM chain with trend analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain networkethereum

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the core behavior (current gas prices by speed category and trend analysis), but it does not mention return units, data source, freshness, or how trend analysis is derived. This is adequate for basic selection but leaves invocation expectations incomplete.

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?

One sentence conveys the tool's purpose and the main information returned with no filler. The core output (slow/standard/fast prices) is front-loaded, and the trend-analysis add-on is brief but relevant.

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 one-optional-parameter read tool, the description is nearly complete: it names the output categories and mentions trend analysis. However, with no output schema, a bit more detail on the trend output format or price units would make it fully self-sufficient.

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?

The single parameter is fully described in the schema as 'Blockchain network' with an enum of supported chains. The description adds no parameter-specific meaning beyond 'supported EVM chain,' so it does not improve on the 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 a specific action and resource: returning current gas prices for EVM chains, broken out by slow/standard/fast and adding trend analysis. It is immediately distinguishable from the sibling tools, none of which cover gas price data.

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 implies a clear trigger: use this when current EVM gas prices or gas trends are needed. It does not explicitly name alternatives or exclusions, but the sibling list contains no competing gas tool, so the usage context is sufficiently clear.

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.