polygon_gas
Current polygon gas price (gwei + wei) + estimated cost of a 21k native transfer. Pay-per-call ($0.005 USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Current polygon gas price (gwei + wei) + estimated cost of a 21k native transfer. Pay-per-call ($0.005 USDC).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full burden. It discloses the pay-per-call cost and the units of the returned data, which is useful, but it does not explicitly state read-only behavior, data source, or error/rate-limit behavior. For a simple data lookup this is a moderate gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler, and the primary output is stated first. The pricing caveat is placed at the end as a secondary detail, which is an effective structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description should fully explain the response contract; it gives the key outputs and units but leaves the exact field names and denomination of the estimated transfer cost uncertain. That is a real gap, though the low parameter complexity keeps it from being a serious deficiency.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema coverage is 100%, so there is no parameter ambiguity for the description to resolve. The description correctly omits parameter details, giving it the baseline score for 0-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the specific resource (Polygon gas) and the output values (gwei, wei, 21k transfer cost), so an agent knows exactly what data it receives. The 'polygon' prefix and gas-price focus distinguish it from sibling tools like base_gas or polygon_balance.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the use case – needing current Polygon gas price – but it never names alternatives or states when not to use this tool. Since siblings like base_gas and polygon_balance exist, the absence of an explicit routing statement leaves this to the agent's inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.