Skip to main content
Glama

get_internal_transactions

Fetch internal transactions (contract-to-contract calls) for an Ethereum address, including value, direction, and type. Ideal for tracing DeFi interactions or contract execution flows.

Instructions

List internal transactions (contract-to-contract calls) for an address. These are transactions triggered by smart contracts, not direct EOA transfers. Returns value (ETH), direction, type (call/create), date, and hash. Use for tracing DeFi interactions or contract execution flows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum address (0x...) to fetch internal transactions for
startblockNoStarting block number (default 0)0
endblockNoEnding block number (default latest)99999999
pageNoPage number (default 1)1
offsetNoNumber of results per page (default 20, max 10000)20
sortNoSort order (default desc — newest first)desc
Behavior4/5

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

No annotations provided, so description must carry behavioral information. It discloses the operation is read-only (listing), explains the nature of internal transactions, and lists return fields. Lacks info on pagination or rate limits, but is transparent about core behavior.

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?

Two sentences, no wasted words. First sentence states purpose and definition, second provides usage context and return fields. Front-loaded effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and 6 parameters, description covers purpose, return fields, and use cases. Could mention pagination defaults or max offset, but schema already details these. Adequate for the tool's complexity.

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 describes all 6 parameters (100% coverage). Description does not add new parameter details beyond what schema provides, so baseline 3 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?

Description uses specific verb 'List' and identifies the resource 'internal transactions (contract-to-contract calls)' for an address. It clearly distinguishes from EOA transfers, matching the sibling tool 'get_transactions_by_address' focus.

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?

Explicitly states 'Use for tracing DeFi interactions or contract execution flows,' providing clear context. Does not explicitly list when not to use or directly compare to siblings, but the purpose naturally differentiates.

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/friendlygeorge/etherscan-mcp-server'

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