Skip to main content
Glama
routemesh

RouteMesh MCP Server

Official
by routemesh

Get logs

rpc_get_logs

Retrieve indexed blockchain logs and events across EVM chains by filtering with block range, address, and topics for targeted data analysis.

Instructions

Query indexed logs/events with block range and topic filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicsNo
addressNo
chainIdYesEVM chain ID (for example 1 for Ethereum mainnet)
toBlockNolatest
fromBlockNolatest

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'Query' implies a read-only operation, but the description does not disclose return shape, default block-range behavior, pagination or limits, or how address filtering interacts with the query. This leaves important behavioral traits unspecified.

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 filler; every phrase contributes meaning. It is concise and readable, but the terseness also causes it to omit useful parameter and behavior details, so it stops short of full marks.

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 no annotations and no output schema, the description must carry substantial context. Given five parameters, a non-trivial topics filter structure, and default values, the description is insufficient for an agent to reliably predict filter encoding, supported address forms, or return value shape.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 20%, with only chainId described. The description maps 'block range' to fromBlock/toBlock and 'topic filters' to topics, but it does not explain address, the nested topic-array semantics, OR/AND behavior across topic positions, or defaults like fromBlock='latest'. It does not sufficiently compensate for the four undocumented parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a specific verb ('Query') and resource ('indexed logs/events'), and names the key filtering dimensions: block range and topics. This clearly differentiates it from sibling tools like rpc_get_transaction_receipt or rpc_get_block, which target receipts or blocks rather than queryable logs/events.

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 when to use the tool: any log/event lookup with block or topic filters. However, it does not explicitly compare it to rpc_get_transaction_receipt, which also exposes logs, nor does it state when not to use this tool or mention alternatives.

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

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/routemesh/routemesh-mcp'

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