Skip to main content
Glama

solknife_create_account_build

Build an unsigned ATA-create tx (idempotent) for one or more mints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintsYes
ownerYesA Solana address in base58, 32-44 chars.
payerYesA Solana address in base58, 32-44 chars.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations provided, so description carries burden. It states the tool is a build (returns unsigned tx) and is idempotent. This adds context about its side-effect-free nature. However, it does not disclose what happens if the ATA already exists (idempotent implies it might return existing), or any authentication needs.

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

Conciseness4/5

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

Single sentence, no waste. The acronym 'ATA' may be unclear to some agents, but it's a standard domain term. The description is front-loaded with action and resource.

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

Completeness3/5

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

For a build tool without output schema, the description explains what it does but lacks details on return format, prerequisites (e.g., token account existence), or error conditions. It is adequate but not thorough.

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 67% with descriptions for each field (base58 addresses). The description adds the context that mints are the SPL token mints for which ATA are built, and owner/payer roles are implied. This provides some additional meaning but does not fully explain parameter semantics beyond what schema provides.

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 explicitly states it builds an unsigned ATA-create transaction (idempotent) for one or more mints. This clearly identifies the verb (build), resource (ATA-create tx), and scope (for mints). It distinguishes from siblings like solknife_create_account_execute which likely executes the built transaction.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives. While 'idempotent' hints at safe re-use, the description does not state prerequisites or when not to use it. Among many sibling tools, lack of comparative context reduces usability.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources