Skip to main content
Glama
aibtcdev

stacks-mcp-server

by aibtcdev

generate_account

Generate a new Stacks account with private key and basic info for mainnet, testnet, or mocknet. Provides secure key generation for blockchain interactions.

Instructions

Generate a new Stacks account with private key and basic info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoNetwork type for address generationtestnet
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It says 'Generate' and mentions outputs but does not indicate side effects (e.g., whether the account is persisted, security handling of the private key, or whether it contacts the network). For a key-generation tool, this missing context could lead an agent to misuse it.

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 a single, focused sentence that states the action and essential output details. It contains no filler or redundant information, making it highly efficient.

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?

There is no output schema, so the description should explain return values. 'Basic info' is vague and does not clarify the exact structure (e.g., address, mnemonic, key format). It also does not state whether generation is random, deterministic, or has preconditions, leaving significant gaps for a generation tool.

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?

The input schema fully describes the only parameter 'network' with an enum and description. The tool description does not mention this parameter or add extra meaning, but since schema description coverage is 100%, a baseline of 3 is appropriate.

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 uses a specific verb 'Generate' with a clear resource 'Stacks account' and specifies the output includes 'private key and basic info'. This distinguishes it from the sibling tools, which are all read/query operations (get_account_balance, get_transaction_info, etc.).

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?

Usage is implied: the tool is for creating a new Stacks account. However, the description does not explicitly state when to use it versus alternatives, nor does it mention exclusions or prerequisites. The contrast with read-only siblings is visible in the sibling list, but not in the description itself.

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/aibtcdev/stacks-mcp-server'

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