Skip to main content
Glama

nt200_create_balance_box_txn

Builds an unsigned transaction to create a balance box for an address on Algorand or Voi, adding a payment transaction for box creation costs when required.

Instructions

Build unsigned NT200 createBalanceBox(address) txn(s). Creates a balance box for the specified address if it doesn't exist. May include payment txn for box creation cost. Uses ulujs CONTRACT + abi.nt200.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApplication ID of the ARC-200 or ARC-72 contract.
senderYesTransaction sender (pays for box creation if needed).
addressYesAddress for whom to create the balance box.
networkYesAlgorand or Voi mainnet identifier.
Behavior4/5

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

With no annotations, the description itself discloses that the tool builds unsigned transactions, may include a payment transaction, and only acts when the box does not already exist. It also reveals the underlying 'ulujs CONTRACT + abi.nt200' dependency, adding behavioral context beyond the schema.

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?

Three short sentences front-load the core purpose and then add necessary behavioral details. No filler or repetition of schema fields.

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?

Given no output schema and no annotations, the description conveys the key facts: the tool returns unsigned transaction(s) for creating a balance box, may include payment, and is conditional on box existence. It could mention the exact return structure, but for a simple txn builder this is adequate.

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?

The schema covers all four parameters with descriptions (100% coverage), so the description does not need to explain parameter mechanics. It confirms 'specified address' and 'box creation cost' but adds no syntax beyond the 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?

The description names the specific operation ('Build unsigned NT200 createBalanceBox(address) txn(s)') and explains its effect ('Creates a balance box...'), which clearly differentiates it from sibling transaction builders like nt200_withdraw_txn or nt200_deposit_txn.

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?

It states the condition under which this tool is relevant ('if it doesn't exist') and notes that it may include a payment txn for creation cost. It does not explicitly name alternatives or exclusions, but the context is clear enough for selection among the NT200/ARC200 siblings.

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/NautilusOSS/AssetMCP'

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