Skip to main content
Glama

get_recent_events

Retrieve recent blockchain events from the last N blocks to monitor contract activity. Specify contract address and event signature to track specific occurrences across supported EVM networks.

Instructions

Get recent events from the last N blocks for monitoring

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoNetwork name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.bsc
blocksBackNoNumber of blocks to look back (default: 100)
eventSignatureYesEvent signature to watch
contractAddressYesContract to monitor
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It merely restates the tool's function and offers no insight into return format, ordering, pagination, rate limits, or potential side effects. The 'monitoring' hint is the only extra context, but it doesn't describe behavior.

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?

The description is a single concise sentence with no filler or redundancy, achieving good front-loading of the core action. However, it is under-specified for such a complex tool, which slightly reduces the score from 5 to 4.

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?

The tool has four parameters, no annotations, and no output schema, so the description must compensate and explain return values, how to specify events, and default behavior. The current description leaves significant gaps, such as what kind of events are returned, how eventSignature works, and the meaning of 'recent', making it incomplete for practical use.

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 100%, so the baseline is 3. The description adds minimal semantic value beyond the schema—it only relates 'N blocks' to the blocksBack parameter. It doesn't explain how the parameters interact (e.g., contractAddress + eventSignature), but the schema descriptions already cover each field.

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?

Description clearly states the tool fetches recent events within a block range, with a specific verb ('Get') and scope ('last N blocks'). However, it doesn't mention contract address or event signature, which are required parameters, and doesn't distinguish itself from similar event/log tools like get_contract_logs or get_logs_by_topic, so it loses a point.

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 only adds 'for monitoring' as a vague use case and provides no guidance on when to use this tool versus alternatives. There are no explicit when-to-use or when-not-to-use instructions, nor any mention of alternative tools.

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