Skip to main content
Glama

get_balance

Check a wallet's balance for native currency or any ERC20 token by providing the wallet address and optional chain ID or token contract address. Returns the current balance.

Instructions

Get the balance of the wallet for native currency or a specific ERC20 token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesThe wallet address to check the balance for.
chainIdNoOptional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain.
tokenAddressNoOptional: The contract address of the ERC20 token. If omitted, the native currency balance is returned.
Behavior4/5

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

The description unambiguously conveys a read-only operation ('Get'), consistent with the openWorldHint annotation. It adds useful context about the scope (native vs. ERC20 token) without introducing any contradictions or hidden behaviors.

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?

A single, clear sentence that precisely states the tool's function with no unnecessary words or fluff.

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?

The description is sufficient for a simple read-only tool with no output schema. However, it does not help the agent distinguish this tool from similar sibling tools like evm_get_balance or get_token_balance, which would be a useful addition but is not strictly required given the straightforward nature.

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?

All three parameters are fully described in the schema (100% coverage), so the description adds no additional meaning beyond what the schema already provides. The reference to native currency and ERC20 tokens is duplicated in the tokenAddress field description.

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 the verb 'Get' with the specific resource 'balance of the wallet,' and clearly differentiates between native currency and a specific ERC20 token. This is not a tautology and distinguishes the tool from broader or less specific operations.

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 does not explicitly state when to use this tool versus alternatives such as evm_get_balance or get_token_balance, nor does it mention exclusions. It implies usage for checking wallet balances but provides no explicit contextual guidance.

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/Apegurus/web3agent'

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