Skip to main content
Glama

List address transactions

avax_data_list_transactions
Read-onlyIdempotent

List recent transactions for an address on Avalanche C-Chain or Fuji, including native and contract interactions, with pagination via the Data API.

Instructions

List recent transactions of an address on a chain (native + contract interactions) via Avalanche Data API. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
chain_idNoEVM chain ID as string (43114 mainnet C-Chain, 43113 Fuji) or a network key like 'fuji'43113
page_sizeNo
page_tokenNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to restate safety. It adds behavioral context by specifying that it lists both native and contract interactions and is paginated, which is not in the annotations. The description aligns with the read-only nature and does not contradict any 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, tight sentence that front-loads the purpose and scope. It includes necessary context (API source, pagination) without unnecessary words, making it efficient and easy to parse.

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?

For a tool with 4 parameters and no output schema, the description is thin. It mentions pagination but not how to use page_token, what the response contains, or any prerequisites (e.g., chain_id defaults). While the schema covers requiredness and defaults, the description leaves gaps on return structure and pagination mechanics, making it only marginally complete for an agent to call correctly.

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 description coverage is only 25% (only chain_id has a description). The description does not elaborate on the address format, page_size constraints, or page_token usage. Since schema coverage is low, the description must compensate, but it does not provide additional parameter-level meaning beyond the general context, leaving agents to guess on critical parameters like page_token.

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 a specific verb ('List') and resource ('recent transactions of an address on a chain'), includes the scope ('native + contract interactions'), and identifies the underlying API. This distinguishes it from sibling tools like avax_get_transaction (single transaction) and avax_data_list_erc20_balances (balances) without ambiguity.

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 conveys the core function and the pagination aspect, but it does not explicitly state when to use this tool versus alternatives such as avax_get_transaction for a single transaction or avax_data_list_chains for chain listings. Usage guidance is implied by the tool name and context, not explicitly articulated.

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/Eelvanpsd/Avalanche-mcp'

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