Skip to main content
Glama

getTokenTransfers

Retrieve recent ERC-20 token transfers for any wallet address across multiple EVM chains, showing deposits, withdrawals, token names, and amounts.

Instructions

지갑 주소의 최근 ERC-20 토큰 전송 내역(입금/출금, 토큰명, 수량)을 조회합니다

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes지갑 주소 (0x...)
chainNoEVM 체인ethereum
limitNo조회할 전송 수 (기본 20, 최대 100)
Behavior3/5

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

No annotations provided, so description carries full burden. It adds temporal scope ('최근' / recent) and hints at return structure (deposits/withdrawals, token name, quantity). However, it lacks disclosure on pagination behavior, data freshness/caching, rate limits, or API key requirements that would be essential for a blockchain data tool without safety 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?

Single sentence with zero redundancy. Front-loaded with action verb and resource, parenthetical details provide precise return field documentation without verbosity. Every element earns its place in a compact Korean sentence structure.

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?

For a 3-parameter tool with no output schema, the description compensates by listing return fields (deposits/withdrawals, token name, quantity). Missing details on pagination (despite limit parameter hinting at it) and data source freshness prevent a 5, but the essential contract is clear.

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% (address, chain, limit all documented). The description implies the address parameter context ('지갑 주소의' / of wallet address) but does not add syntax details, validation rules, or usage examples beyond the schema. With complete schema coverage, baseline 3 is appropriate.

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 specific verb '조회합니다' (retrieves/queries) with clear resource scope: 'ERC-20 토큰 전송 내역' (ERC-20 token transfer history). It distinguishes from siblings like getBalance (current state) by specifying historical transfers with directionality (입금/출금 deposits/withdrawals), and from getTokenInfo (metadata) by focusing on transaction history. The parenthetical details (token name, quantity) clarify the data fields returned.

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?

No explicit when-to-use guidance or alternative naming. While 'ERC-20' implicitly distinguishes from NFTs (getNFTInfo) and native currency, it does not explicitly state when to choose this over getPortfolio (aggregated balances) or getTxStatus (specific transaction lookup). Usage is implied by the description but lacks explicit decision criteria.

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/calintzy/evmscope'

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