Skip to main content
Glama

nt200_deposit_txn

Build unsigned NT200 deposit transactions with a preceding payment or ASA transfer. Set assetId for ASA deposits; omit to use network token.

Instructions

Build unsigned NT200 deposit(amount) txn(s). Deposit network token (payment) or ASA (axfer) preceding app call. For network: payment + app call; for ASA: set assetId for axfer + app call. Uses ulujs CONTRACT + abi.nt200.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApplication ID of the ARC-200 or ARC-72 contract.
amountYesAmount to deposit in base units (string).
senderYesDepositor (must hold network token or ASA).
assetIdNoIf set, deposit ASA (axfer then app call); omit for network token (payment then app call).
networkYesAlgorand or Voi mainnet identifier.
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the output is unsigned transactions and describes the transaction structures (payment+app call or axfer+app call). It does not mention side effects or dependencies, but the key behavior is covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the primary purpose. There is minor redundancy between the second and third sentences, and the final note about 'ulujs CONTRACT + abi.nt200' is cryptic, slightly reducing conciseness.

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 tool with no output schema and no annotations, the description covers the main behavior but omits practical details like return type, grouping expectations, and prerequisites such as opt-in or balance box requirements. This leaves some gaps for an AI agent.

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 description coverage is 100%, so the schema already documents all parameters. The description adds minimal extra meaning beyond the schema, only reiterating the assetId conditional behavior that the schema already explains.

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 it builds unsigned NT200 deposit transactions, specifying the two modes (network token or ASA) and the transaction sequencing. This distinguishes it from sibling tools like nt200_withdraw_txn or arc200_transfer_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?

Provides clear context for when to use each mode ('set assetId for axfer' vs. network token) and notes the deposit precedes an app call. However, it does not explicitly contrast with alternatives or mention when not to use this tool.

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