Skip to main content
Glama

MACH Base

base_logs

Query bounded Base contract event logs using address, topics and block range filters. Costs $0.005 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicsNo
addressYes
to_blockNo
from_blockNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

The description discloses an important behavioral trait: the operation costs $0.005 USDC via x402, which signals a payment requirement beyond normal schema data. However, with no annotations present, it does not explain payment mechanics, result limits, or whether the 'bounded' wording refers to block range limits, maximum returned logs, or something else.

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 short sentences with no filler. The primary operation and filters are front-loaded, and the cost detail is a separate, necessary addition.

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?

There is no output schema and no annotations, so the description should explain what the agent can expect in return and how the paid access works. It does not describe returned log fields, pagination, default block behavior, or how the x402 payment is fulfilled, leaving notable gaps for correct invocation.

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?

With 0% schema description coverage, the description must carry parameter meaning, and it does name 'address, topics and block range filters,' which maps to all four parameters. However, it does not clarify topics array semantics, null entries, block inclusivity, defaults, or ordering, so the compensation is only partial.

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 uses a specific verb ('Query') and names the resource ('Base contract event logs') along with the relevant filter dimensions ('address, topics and block range filters'). It is clear what the tool does, though it does not explicitly contrast itself with sibling tools such as base_receipt, which can also expose logs.

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?

The description provides no guidance about when to use this tool versus alternatives, and it does not mention exclusions or preferred sibling tools. The only context is the cost note; an agent must infer the appropriate use case from the tool name alone.

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