Skip to main content
Glama

get_agent_balance

Retrieve pending, claimed, and total earned NDAT swap-reward balances for an agent wallet on Base. Returns JSON data for reward tracking.

Instructions

Check pending and claimed NDAT swap-reward balance for one agent wallet on Base. USE WHEN: after register_nattswap_reward or before claim_ndat. NOT WHEN: you need Decision Core quota credits (quota/balance API) or BTC signals. RETURNS: JSON with pending_ndat, claimed_ndat, total_earned_ndat for wallet. Read-only. Free — no x402, no credits. Side effects: none.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesRequired. Agent EVM address on Base: 0x followed by 40 hexadecimal characters (checksum optional).
Behavior5/5

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

Discloses read-only nature, no cost (no x402, no credits), and no side effects. Since no annotations exist, description fully bears behavioral disclosure and does so comprehensively.

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?

Description is compact but well-structured with sections (USE WHEN, NOT WHEN, RETURNS). Every sentence provides essential information, no fluff.

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

Completeness5/5

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

Despite no output schema, the description details return fields (pending_ndat, claimed_ndat, total_earned_ndat). Covers usage context, cost, side effects, and parameter constraints fully for a simple tool.

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 coverage is 100% with a description for 'wallet'. The description adds format specifications (0x + 40 hex chars, optional checksum) that enhance understanding beyond the schema. Baseline 3, but value added justifies 4.

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?

Clearly states the tool checks pending and claimed NDAT swap-reward balance for one agent wallet on Base. Specific verb (check), resource (balance), and constraints (Base, NDAT swap-reward) make purpose unambiguous and distinct from sibling tools.

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

Usage Guidelines5/5

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

Explicitly tells when to use (after register_nattswap_reward or before claim_ndat) and when not to use (for quota credits or BTC signals), referencing alternatives. Provides clear context for tool selection.

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/DIALLOUBE-RESEARCH/hypernatt-terminal'

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