Skip to main content
Glama

MACH Base

base_erc20_transfers

Query bounded ERC-20 Transfer events on Base by token with optional from/to wallet filters. Costs $0.005 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes
to_blockNo
from_blockNo
to_addressNo
from_addressNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full burden. It discloses the cost ($0.005 USDC via x402), which is useful behavioral context, but does not mention pagination, return format, or whether the query is read-only (though implied). It also leaves 'bounded' undefined, which could confuse agents about result limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence with no fluff. It conveys the primary purpose and a key cost detail, but the conciseness trades off some explanatory depth.

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?

With five parameters (one required), no output schema, and no annotations, the description is too thin. It fails to explain what 'bounded' means, how block ranges work, response structure, or any limits. An agent would likely need to inspect the schema and guess at behavior.

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 coverage is 0%, so the description must explain parameters. It covers token and the from/to address filters, but omits from_block and to_block entirely. This partial semantic coverage leaves the block range parameters undefined, which is a gap given the low schema coverage.

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 clearly states the action 'Query' and the resource 'ERC-20 Transfer events on Base', with the primary filter being 'by token'. It distinguishes from siblings like base_erc20_balance and base_allowance, though the term 'bounded' is ambiguous and doesn't fully clarify scope (e.g., block range limits).

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?

No guidance on when to use this tool versus alternatives such as base_logs or other event queries. The description only states what it does, not when it is the right choice, nor any conditions like 'use this when you need transfer events with wallet filters'.

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