Skip to main content
Glama

Get balance

fuse_get_balance

Returns the native FUSE balance for an address, or an ERC-20 token balance when tokenAddress is supplied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesEOA or contract address to query (0x-prefixed, EIP-55 or lowercase).
tokenAddressNoOptional ERC-20 token address. Omit to fetch the native FUSE balance.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior2/5

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

No annotations, and description lacks behavioral details like idempotency, data freshness, or side effects. As a read query, it's safe, but the description does not compensate for missing 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 perfectly sized. No fluff, front-loads the core information.

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 simple balance retrieval tool with 2 params and no output schema, the description is adequate. It explains both variants and the condition.

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?

Schema provides full coverage with descriptions. The tool description adds that tokenAddress is optional and clarifies behavior when omitted, adding value beyond schema.

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?

States exactly what it does: returns native FUSE or ERC-20 balance. Distinguishes from sibling tools like fuse_get_token_metadata by focusing on balance retrieval.

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?

Clear usage: provide address, optionally tokenAddress for ERC-20. Does not explicitly mention when to avoid or alternatives, but purpose is well-defined and self-evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources