Skip to main content
Glama

make_asset_config_txn

Create an Algorand asset configuration transaction to update manager, reserve, freeze, or clawback addresses for existing assets on the blockchain.

Instructions

Create an asset configuration transaction

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesSender address in standard Algorand format (58 characters)
assetIndexYesIndex of the asset to reconfigure
managerNoNew address that can manage the asset configuration
reserveNoNew address holding reserve funds for the asset
freezeNoNew address that can freeze/unfreeze holder accounts
clawbackNoNew address that can revoke the asset from holders
strictEmptyAddressCheckingYesWhether to error if any provided address is empty
noteNoTransaction note field (up to 1000 bytes)
rekeyToNoAddress to rekey the sender account to
feeNoTransaction fee in microAlgos. If not set, uses suggested fee from the network
flatFeeNoIf true, fee is used as-is (flat fee). If false (default), fee is per-byte
networkNoAlgorand network to use (default: mainnet)
itemsPerPageNoNumber of items per page for paginated responses (default: 10)
Behavior2/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. 'Create an asset configuration transaction' implies a write/mutation operation, but it doesn't disclose any behavioral traits: no information about permissions required, whether this is reversible, rate limits, network effects, or what happens after transaction creation. The description is minimal and fails to provide necessary context for safe usage.

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 - a single 5-word phrase with zero waste. It's front-loaded with the core action and resource. While it may be too brief for adequate tool understanding, from a pure conciseness perspective, every word serves a purpose.

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 complex transaction tool with 13 parameters, no annotations, and no output schema, the description is severely inadequate. It doesn't explain what an 'asset configuration transaction' does in the Algorand context, doesn't provide usage context, and offers no behavioral information. The agent would struggle to understand when and how to use this tool effectively.

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 13 parameters thoroughly. The description adds no parameter information beyond what's in the schema - it doesn't explain relationships between parameters, provide examples, or clarify the asset reconfiguration process. Baseline 3 is appropriate when the schema does all the parameter documentation work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create an asset configuration transaction' clearly states the action (create) and resource (asset configuration transaction), but it's vague about what 'asset configuration' entails. It doesn't distinguish this tool from sibling transaction tools like make_asset_create_txn or make_asset_transfer_txn, leaving the specific purpose unclear.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. With many sibling transaction tools (make_asset_create_txn, make_asset_destroy_txn, make_asset_freeze_txn, etc.), there's no indication of when asset reconfiguration is appropriate versus creating new assets or using other asset management tools.

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/GoPlausible/algorand-mcp'

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