Skip to main content
Glama
covalenthq

GoldRush MCP Server

by covalenthq

transactions_for_block

Retrieve all transactions and decoded log events for a specified block on any supported blockchain. Use with chain name, block height, and page number to analyze block activity and flag notable wallets or transactions.

Instructions

Commonly used to fetch all transactions including their decoded log events in a block and further flag interesting wallets or transactions. Required: chainName (blockchain network), blockHeight (block number or latest). Optional: quoteCurrency, noLogs (exclude event logs). Returns all transactions from the specified block.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNameYesThe blockchain network to query (e.g., 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet').
blockHeightYesThe block number to get transactions from. Can be a block number or 'latest' for the most recent block.
pageYesPage number for pagination, starting from 0. Each page contains multiple transactions from the block.
quoteCurrencyNoCurrency to quote transaction values in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency.
noLogsNoExclude event logs from transactions for faster performance. Default varies by implementation.
Behavior3/5

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

No annotations are provided, so the description must fully inform about behavior. It mentions that log events are included by default and can be excluded via noLogs, but it omits details about pagination, rate limits, or the exact return format. The page parameter is required but not mentioned, which is a behavioral gap.

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

Conciseness3/5

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

The description is short at two sentences, which is efficient, but the omission of the page parameter and lack of structure (no bullet points or section separation) reduce clarity. It could be more complete without extra length.

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?

Given 5 parameters and no output schema, the description covers the main purpose and some options but fails to mention the required page parameter or clarify the output structure. For a tool that fetches all transactions from a block, additional context like pagination behavior and output fields would be beneficial.

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 100%, so baseline is 3. However, the description incorrectly states that only chainName and blockHeight are required, while the schema also requires 'page'. This omission misleads about parameter semantics and reduces the value beyond the schema.

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?

The description clearly states the verb 'fetch' and resource 'transactions including decoded log events in a block', and gives a specific use case (flag interesting wallets or transactions). It distinguishes from siblings like transaction (single tx) or transactions_for_address (by address) by focusing on block-level retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a common use case and lists required and optional parameters, implying when to use. However, it does not explicitly state when not to use this tool or mention alternatives among siblings, which would strengthen guidance.

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/covalenthq/goldrush-mcp-server'

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