Skip to main content
Glama

MACH Base

base_nonce

Return the current transaction nonce for one Base address. Costs $0.003 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/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 burden. It discloses the cost ($0.003 USDC via x402), which is a useful behavioral trait. However, it doesn't disclose whether this is a read-only operation, whether it can fail (e.g., invalid address), or what the response format looks like. The cost disclosure adds some value, but the description is thin on behavioral detail.

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 a single sentence that is concise and front-loaded with the action and resource. The cost information is a useful addition and doesn't add clutter. Every word 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 simple one-parameter tool, the description is mostly complete: it states what it returns and the cost. However, it lacks any mention of error conditions, response format, or whether the nonce is pending or latest. Given the simplicity, this is adequate but not thorough.

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. The description mentions 'one Base address' but doesn't explain the 'address' parameter format beyond the schema's regex pattern. It adds minimal meaning—just that the address is a Base address. The schema already provides the pattern, so the description adds little beyond that.

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 states a specific verb ('Return') and resource ('current transaction nonce for one Base address'), which clearly distinguishes it from sibling tools like base_block or base_gas_price. It doesn't explicitly name a sibling alternative, but the resource and action are unambiguous.

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: it's for fetching a nonce for a single Base address, and the cost is stated. However, it doesn't explicitly say when to use this vs. alternatives (e.g., base_transaction or base_wallet_balance), nor does it mention any exclusions or prerequisites.

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