Skip to main content
Glama

aptos_estimate_gas

Estimate gas price for Aptos transactions to plan transaction costs and avoid failures due to insufficient fees.

Instructions

Estimate gas price for transactions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description provides no behavioral details beyond the bare function. With no annotations to indicate read-only status, rate limits, or other traits, the burden falls on the description, which only states the basic action. It does not disclose whether this returns a fee estimate, a per-gas-unit price, or any network-specific nuances.

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 at five words, with no redundant or extraneous content. It gets straight to the point and is easy to read.

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

Completeness2/5

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

Given the lack of an output schema and no parameter constraints, the description should at least clarify the return value or chain context. It fails to mention Aptos or how this differs from generic gas tools, making it incomplete for an agent operating in a large tool ecosystem with many similar functions.

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 input schema is empty (0 parameters), so per the rubric the baseline is 4. The description does not need to explain parameters, but it also does not add any clarification about what the absence of parameters means (e.g., whether this returns the current network gas price without needing transaction details). This is sufficient given the schema.

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 'Estimate gas price for transactions' clearly identifies a verb (estimate) and a resource (gas price for transactions). However, it does not distinguish this tool from siblings like 'estimate_gas', 'get_gas_price', or 'sui_get_gas_price', which could lead to ambiguity about chain-specific behavior.

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?

There is no guidance on when to use this tool versus alternatives. The description does not mention that it is Aptos-specific, nor does it differentiate between estimating for a specific transaction and just fetching the current network gas price. An agent would have no contextual clues about the appropriate invocation scenario.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server