Skip to main content
Glama

get_events_by_contract_address

Read-only

Find recent events emitted by any TRON smart contract. Filter by event name, sort order, and paginate for more results.

Instructions

Get recent events emitted by a specific contract address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events per page (default 20, max 200)
networkNoNetwork name. Defaults to mainnet.
orderByNoSort order
eventNameNoFilter by event name (e.g. Transfer)
fingerprintNoPagination token from previous response
onlyConfirmedNoOnly return confirmed events
contractAddressYesThe contract address (base58 or hex)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds the 'recent' scoping constraint but does not disclose pagination behavior (e.g., fingerprint token) or the meaning of onlyConfirmed beyond what the schema lists. No contradiction with annotations.

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 a single, front-loaded sentence that states the verb and resource immediately. Every word earns its place, with no redundant phrasing or filler.

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?

With 7 parameters and multiple sibling event tools, a one-sentence description is sufficient to convey the core purpose but lacks explicit differentiation from siblings and does not mention pagination or confirmation behavior. Schema and annotations cover many details, but the description leaves the agent to infer usage context.

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% with useful descriptions for all 7 parameters, including defaults, enums, and filter options. The description adds no extra parameter semantics beyond what the schema provides, so the baseline score applies.

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 uses a specific verb ('Get') and resource ('events emitted by a specific contract address'), clearly distinguishing it from event-fetching siblings that filter by transaction ID, block number, or latest block. The contract-address scope is explicit and unambiguous.

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 usage when a specific contract address is known, but it does not explicitly mention alternatives or provide when-not guidance. With multiple event-fetching tools in the sibling list, some differentiation would help, but the 'by contract address' phrasing gives a clear contextual clue.

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/BofAI/mcp-server-tron'

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