Skip to main content
Glama
tatumio

Tatum MCP Server

Official

get_multi_token_balance_v4

Retrieve multi-token balances for a wallet address across multiple blockchains, organized by smart contracts. Supported networks include Ethereum, Base, Arbitrum, Polygon, Optimism, Celo, and Algorand.

Instructions

[blockchain_data] /v4/data/multitoken/balances 50 credits per API call Get Multi Token balances of a wallet address. The Multi Tokens are returned grouped by the smart contracts they were minted on. This API is supported for the following blockchains: Ethereum - ethereum-mainnet / ethereum-sepolia / ethereum-holesky Base - base-mainnet / base-sepolia Arbitrum - arb-one-mainnet / arb-testnet Polygon - polygon-mainnet / polygon-amoy Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Algorand - algorand-mainnet-algod / algorand-testnet-algod

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesThe blockchain address that you want to get the multitoken balance of
chainYesBlockchain to work with
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions '50 credits per API call' (cost information) and lists supported blockchains, but doesn't disclose important behavioral aspects like rate limits, authentication requirements, error conditions, or what the response format looks like (especially since there's no output schema).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise but poorly structured. It front-loads the API endpoint and cost information before the actual purpose. The blockchain list takes up excessive space and could be summarized. The single run-on sentence could be broken into clearer components for better readability.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the description is incomplete. It doesn't explain what 'Multi Token' means specifically, how results are structured (grouped by smart contracts), what data is returned, or provide any examples. The cost information is useful but doesn't compensate for missing behavioral and output 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%, so the schema already fully documents both parameters. The description doesn't add any meaningful parameter semantics beyond what's in the schema - it mentions the address parameter indirectly but provides no additional context about format requirements or chain selection guidance.

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 the tool's purpose: 'Get Multi Token balances of a wallet address' with the specific action 'Get' and resource 'Multi Token balances'. It distinguishes from siblings like get_balances_v4 by specifying 'Multi Token' grouping by smart contracts, though it could be more explicit about the difference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like get_balances_v4 or get_nft_balances_v4. It lists supported blockchains but doesn't explain why you'd choose this tool over other balance-checking tools in the sibling list.

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

Related 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/tatumio/tatum-mcp'

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