Skip to main content
Glama

arc72_set_approval_for_all_txn

Create an unsigned ARC-72 setApprovalForAll transaction to grant or revoke an operator's control over an owner's entire collection of tokens.

Instructions

Simulate ARC-72 setApprovalForAll(operator, approved). Uses arccjs directly (ulujs wrapper is broken). Owner signs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApplication ID of the ARC-200 or ARC-72 contract.
ownerYes58-character AVM account address.
networkYesAlgorand or Voi mainnet identifier.
approvedYesTrue to enable operator for all tokens.
operatorYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions 'simulate' and the use of arccjs directly (due to a broken wrapper), but does not clarify whether this submits a transaction or returns a simulation result, nor does it describe side effects, return values, or error conditions. This is insufficient for a transaction tool.

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 extremely concise with three short clauses, each earning its place. It front-loads the purpose, then adds an implementation note (arccjs vs broken wrapper) and a signing requirement. No wasted words.

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

Completeness2/5

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

For a transaction tool with no annotations and no output schema, the description omits critical context: what 'simulate' means (does it submit? return a signed tx?), what the return value is, and prerequisites beyond the owner signing. The high schema coverage helps with parameter semantics but does not compensate for the missing behavioral and output details.

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 coverage is high (80%). The description adds meaning by naming operator and approved in the method signature and noting 'Owner signs' for the owner parameter, but it does not elaborate on appId or network. This is consistent with the baseline 3 for high schema coverage with marginal extra value.

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 exact ARC-72 method (setApprovalForAll) with its parameters, clearly distinguishing it from siblings like arc72_approve_txn (single-token approval) and transfer tools. The verb 'Simulate' plus the resource and parameter list makes the purpose specific and unambiguous.

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

Usage Guidelines3/5

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

The description implies usage for granting/revoking operator approval over all tokens, but does not explicitly contrast with alternatives such as arc72_approve_txn. The 'Owner signs' note adds some context, but there is no clear when-to-use vs when-not-to-use guidance.

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