Skip to main content
Glama

get_wrapped_native_balance

Retrieve the wrapped native token balance (WETH, WBNB, WMATIC) for any address across supported EVM networks. Specify the network to check holdings instantly.

Instructions

Get the wrapped native token balance (WETH, WBNB, WMATIC, etc.) for an address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesThe address to check balance for
networkNoNetwork name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.bsc
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure burden. It states the return value concept (wrapped native token balance) and the examples clarify the token types, which is reasonable for a read-only getter. However, it does not mention details like whether the balance is returned in raw units or formatted, or the default network behavior (though the schema fills some gaps).

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 a single, clear sentence that is front-loaded and free of fluff. It efficiently communicates the tool's purpose without wasting words, making it easy for an agent to parse.

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

Completeness3/5

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

For a simple balance-checking tool with no output schema, the description is adequate for selection but not fully complete. It does not explicitly mention return format or behavior on unsupported networks, but given the schema covers parameter defaults and the tool is straightforward, the description is minimally sufficient.

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 coverage is 100% for both parameters, so the baseline is 3. The description adds some semantic context by listing examples of wrapped native tokens, which helps interpret the address parameter, but it does not meaningfully extend beyond what the schema already provides for the network parameter.

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 clearly states the tool's function: getting the wrapped native token balance for an address. It includes concrete examples (WETH, WBNB, WMATIC) and the resource is specific, distinguishing it from siblings like get_native_balance or get_erc20_balance.

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 implies when to use this tool (when needing a wrapped native token balance, not regular native or arbitrary ERC20), but it does not explicitly mention alternatives or exclusion criteria. The distinction from sibling tools is inferred from the name and examples rather than stated.

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/nirholas/universal-crypto-mcp'

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