Skip to main content
Glama

wallet_add_account

Create a new Algorand account with secure keychain storage, customizable spending limits, and a nickname for easy identification.

Instructions

Create a new Algorand account and store it securely in the OS keychain with a nickname and spending limits. Returns only address and public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mnemonicNo25-word mnemonic to import. If omitted, a new account is generated.
nicknameYesHuman-readable nickname for this account
allowanceNoMax per-transaction amount in microAlgos (0 = unlimited)
dailyAllowanceNoMax daily spending total in microAlgos (0 = unlimited)
networkNoAlgorand network to use (default: mainnet)
itemsPerPageNoNumber of items per page for paginated responses (default: 10)
Behavior4/5

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

With no annotations provided, the description carries full burden. It effectively discloses key behaviors: it creates/imports accounts, stores them securely in the OS keychain, sets spending limits, and returns only address/public key (not private keys). However, it doesn't mention authentication requirements, potential rate limits, or what happens if the nickname already exists.

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?

Single sentence efficiently conveys purpose, storage mechanism, key features, and return value. Every element earns its place with zero wasted words. The structure is front-loaded with the core action.

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?

For a tool with 6 parameters, 100% schema coverage, but no annotations and no output schema, the description does well by covering the core purpose, security storage, and return format. It could be more complete by mentioning authentication needs or error conditions, but given the good schema coverage, it's mostly 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?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal parameter semantics beyond the schema - it mentions 'nickname and spending limits' which aligns with parameters but doesn't provide additional context. Baseline 3 is appropriate when schema does the heavy lifting.

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 the action ('Create a new Algorand account'), the storage mechanism ('store it securely in the OS keychain'), key features ('with a nickname and spending limits'), and the return value ('Returns only address and public key'). It distinguishes itself from sibling tools like 'create_account' by specifying the wallet/keychain storage aspect.

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 creating/importing Algorand accounts with security features, but doesn't explicitly state when to use this versus alternatives like 'create_account' (which appears to be a generic account creation tool) or 'wallet_list_accounts'. No explicit exclusions or prerequisites are mentioned.

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