Skip to main content
Glama

make_asset_create_txn

Create a new asset on the Algorand blockchain by generating an asset creation transaction with configurable parameters like total supply, decimals, and management addresses.

Instructions

Create an asset creation transaction

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesSender address in standard Algorand format (58 characters)
totalYesTotal number of base units of the asset to create
decimalsYesNumber of decimals for display purposes (0-19)
defaultFrozenYesWhether accounts should be frozen by default
unitNameNoShort name for the asset (1-8 characters)
assetNameNoFull name of the asset (1-32 characters)
assetURLNoURL where more information about the asset can be found
assetMetadataHashNoHash commitment of some sort of asset metadata (32-byte string)
managerNoAddress that can manage the asset configuration
reserveNoAddress holding reserve funds for the asset
freezeNoAddress that can freeze/unfreeze holder accounts
clawbackNoAddress that can revoke the asset from holders
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)
Behavior1/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It fails to mention that this is a write operation that creates a blockchain transaction, requires network submission (implied but not stated), may incur fees, or has side effects like asset indexing. Critical behavioral traits like idempotency, error handling, or typical response format are omitted, leaving the agent with minimal operational insight.

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

Conciseness2/5

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

The description is a single three-word phrase that is under-specified rather than concise. It lacks any structuring (e.g., separating purpose from usage) and doesn't front-load critical information. While brief, it fails to convey necessary context, making it inefficient for an agent to understand the tool's role without external knowledge.

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

Completeness1/5

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

Given the tool's complexity (18 parameters, no annotations, no output schema), the description is severely inadequate. It doesn't explain what the tool returns (e.g., a transaction object or ID), behavioral expectations, or integration with other tools (e.g., 'send_raw_transaction'). For a mutation tool in a blockchain context, this leaves major gaps in understanding how to use it 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%, with all 18 parameters well-documented in the schema itself (e.g., 'from' as sender address, 'total' as base units). The description adds no additional meaning about parameters beyond what the schema provides, such as typical values or interdependencies. However, with high schema coverage, the baseline score of 3 is appropriate as the schema does the heavy lifting.

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

Purpose2/5

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

The description 'Create an asset creation transaction' is a tautology that essentially restates the tool name 'make_asset_create_txn'. It doesn't specify what an 'asset creation transaction' actually does in the Algorand context, nor does it distinguish this tool from sibling tools like 'make_asset_config_txn' or 'make_asset_destroy_txn' that also handle asset-related transactions. The purpose is vague beyond the literal name.

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. It doesn't mention prerequisites (e.g., needing a sender address with sufficient funds), compare it to sibling tools like 'make_asset_config_txn' for modifying existing assets, or indicate typical use cases (e.g., token issuance). Without any context, an agent must infer usage solely from the name and parameters.

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