Skip to main content
Glama
vechain

VeChain MCP Server

Official
by vechain

Indexer: List transfers for wallet or token (v1)

getTransfersOfAccount
Read-only

Retrieve transfer events for a wallet address or token contract on VeChain. Filter by address, VNS name, or token symbol with pagination.

Instructions

Query transfer events using VeWorld Indexer /api/v1/transfers. Provide either 'address' (wallet, accepts BOTH VNS names like roisin.vet AND 0x hex addresses) or 'tokenAddress' (accepts token symbol like VET, VTHO, B3TR OR 0x hex address) plus optional pagination. Returns enriched transfers with VNS names and token symbols when available. Use for 'wallet transfers', 'token movements', or 'activity for contract/wallet'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-based results page number (0 is the first page)
sizeNoResults per page (1..150); API default is typically 20
cursorNoOpaque cursor for fetching the next page when provided by the API
addressNoWallet address (0x...) or VNS name (*.vet)
directionNoSort direction for time-based queries; defaults to 'DESC' (newest first)
tokenAddressNoToken contract address (0x...) or token symbol (VET, VTHO, B3TR, etc.)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
networkYes
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 that results are enriched with VNS names and token symbols, but does not disclose other behaviors like rate limits or authentication. The description complements annotations without contradiction.

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 two sentences long, front-loaded with the main action, and contains no extraneous information. Every sentence adds value: the first states purpose and parameters, the second enriches with output details and use cases.

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?

Given the tool's complexity (6 parameters, optional pagination, output schema), the description covers purpose, parameter usage, enrichment, and use cases. It implies mutual exclusivity of address and tokenAddress but does not explicitly state it, leaving a minor gap. Overall, it provides sufficient context for an AI agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All parameters are described in the schema (100% coverage), and the description adds valuable context beyond the schema, such as that address accepts VNS names and tokenAddress accepts symbols. This helps the agent understand valid inputs without extra inference.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it queries transfer events using the VeWorld Indexer, lists parameters and accepted formats, and specifies use cases like 'wallet transfers' and 'token movements'. However, it does not explicitly differentiate from sibling tools like getTransfersFrom and getTransfersTo, which serve similar purposes.

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 clear guidance on when to use the tool ('wallet transfers', 'token movements', 'activity for contract/wallet') and explains how to use it (providing either address or tokenAddress). It does not include exclusions or mention alternative tools, but the context is sufficient for basic usage.

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

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