Skip to main content
Glama

t2000_balance

Retrieve the agent's complete wallet balance, including spendable stablecoins, SUI gas, and other tokens, with total USD value for priced assets.

Instructions

Get the agent's full wallet balance — spendable stablecoins (USDC + USDsui), the SUI gas holding, and any other tokens held (returned in tokens[], amount-only since arbitrary tokens have no USD price oracle). totalUsd counts priced holdings only (stables + SUI). v4 wallet is payments-only; for savings positions / lending APYs see audric.ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It describes the scope of data returned: spendable stablecoins, sui gas, other tokens (without USD price), and the meaning of totalUsd. It also notes that v4 wallet is payments-only. This is more informative than the tool name alone. It does not explicitly state it is read-only, but that is implied.

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 three sentences, each adding value. The first sentence front-loads the main purpose. No redundant or vague language.

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?

Although there is no output schema, the description adequately explains the return structure items: stables, SUI, other tokens, and totalUsd. It also clarifies limitations (no price oracles for arbitrary tokens). For a simple balance tool with zero parameters, this is complete enough.

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?

The tool has zero parameters, so schema coverage is trivially 100%. The description does not need to add parameter semantics. Per guidelines, baseline score is 4 for zero parameters.

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 starts with 'Get the agent's full wallet balance', which is a specific verb+resource. It clearly enumerates what is included (stablecoins, SUI, other tokens) and differentiates from savings/lending via a reference to audric.ai. This distinguishes the tool from siblings like t2000_pay or t2000_send.

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 states when to use this tool: to get the balance of the v4 wallet. It also provides an alternative for savings positions ('see audric.ai'), giving clear context. However, it does not explicitly compare to sibling tools or mention when not to use it, so it misses the top score.

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/mission69b/t2000'

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