solknife_reclaim_rent_build
Build chunked close-batch tx(s) for the wallet's empty token accounts. Up to MAX_RECLAIM_ACCOUNTS addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | A Solana address in base58, 32-44 chars. | |
| accounts | Yes |
Build chunked close-batch tx(s) for the wallet's empty token accounts. Up to MAX_RECLAIM_ACCOUNTS addresses.
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | A Solana address in base58, 32-44 chars. | |
| accounts | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions chunking and the maximum accounts limit, but fails to disclose whether this operation is safe (read-only or mutation), required permissions, or what happens if accounts are not empty. This is insufficient for a build step that likely creates transactions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the main purpose. No unnecessary words or information, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema and moderate schema coverage, the description is somewhat adequate but lacks completeness. It does not explain what the tool returns (likely built transactions), nor does it mention prerequisites or the workflow (e.g., must be followed by execute). The mention of MAX_RECLAIM_ACCOUNTS without definition is a minor gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%, and the description adds minimal value beyond the schema. It mentions 'Up to MAX_RECLAIM_ACCOUNTS addresses' which echoes the maxItems constraint, but does not explain the purpose of 'owner' beyond being an address. The description does not meaningfully clarify parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Build' and the resource 'chunked close-batch tx(s) for the wallet's empty token accounts'. It distinguishes from sibling tools solknife_reclaim_rent_execute and solknife_reclaim_rent_list by indicating this is the build step for transactions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for building transactions before execution, but it does not explicitly state when to use this tool vs alternatives, nor does it provide any exclusion criteria or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.