Skip to main content
Glama

Stratalize Crypto & DeFi

get_gas_benchmark

Read-only

Live gas price benchmarks for Ethereum, Base, and Solana. Returns Gwei, USD cost per transfer type, congestion category, and x402 agent economy context. Base vs ETH savings comparison. Source: public chain RPCs. Zero API key required. | x402 SLA: $0.10 USDC per call. Returns HTTP 503 (no charge) when upstream data sources unavailable. data_source field discloses provenance (fred_api/fred_csv/fred_mixed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo

TDQS

A4.3/5.0
Behavior5/5

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

Annotations provide readOnlyHint=true and destructiveHint=false, and the description adds substantial behavioral context: zero API key required, x402 SLA cost of $0.10 USDC, HTTP 503 without charge on upstream failures, and data_source field disclosing provenance. This goes well beyond annotations and gives the agent clear expectations for cost, failure, and data origin.

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 two sentences, front-loaded with the core purpose, then provides essential details (returns, source, cost, failure behavior) in a compact but complete manner. Every sentence adds value with no fluff or redundancy.

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?

Despite having only one parameter and no output schema, the description is highly complete: it states what data is returned (Gwei, USD cost, congestion, agent context), the source (public RPCs), cost, and failure response. No critical context is missing for an agent to decide invocation and interpret results.

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 description coverage is 0%, so the description must compensate. It indirectly covers the chain parameter by naming Ethereum, Base, and Solana, which align with the enum values, but it does not explicitly explain the 'chain' parameter or the 'all' option. The enum is self-explanatory, and the description provides partial semantic support, earning a baseline 3.

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 'Live gas price benchmarks for Ethereum, Base, and Solana' with specific verb and resource, and distinguishes it from sibling benchmark tools by focusing on gas prices. It lists exact outputs (Gwei, USD cost, congestion category), leaving no ambiguity about the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by naming the supported chains and mentioning x402 agent economy context, but it does not explicitly state when to use this tool over alternatives or provide exclusions. Sibling tools are clearly different benchmarks, so a user can infer when to use it, but explicit guidance is absent.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct benchmark category (e.g., chain TVL, yield, options IV, RWA), with no overlapping purposes. The overview tool is clearly different. Agents can easily distinguish them.

Naming Consistency4/5

Most tools follow 'get_<descriptor>_benchmark' pattern, but 'get_stratalize_overview' breaks the pattern. The naming is otherwise consistent and descriptive.

Tool Count5/5

With 9 tools covering major DeFi and crypto benchmarks (TVL, yields, gas, options, RWA, etc.), the set is well-scoped and each tool serves a clear purpose.

Completeness4/5

The tool surface covers a broad range of crypto/DeFi benchmarks. Minor gaps exist (e.g., spot price feeds, exchange data), but the set is sufficient for benchmarking and agent discovery.

Resources