Skip to main content
Glama

solknife_reclaim_rent_execute

Submit reclaim-rent close-batch tx(s) (signed). Each is re-verified against fresh on-chain state for the wallet's reclaimable accounts. Returns per-tx outcomes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesA Solana address in base58, 32-44 chars.
signedTransactionsYesThe signed base64 transactions from /build, in the order /build returned them.
lastValidBlockHeightYesThe `lastValidBlockHeight` returned alongside the unsigned tx by /build. Past this block height the tx can no longer land.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of disclosure. It mentions re-verification against fresh state and per-tx outcomes, but does not detail potential side effects (e.g., account closure, SOL deduction), failure modes, or authorization requirements.

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?

Two sentences with zero wasted words. The description is efficiently structured to convey core action and a key behavioral note (re-verification).

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?

No output schema is provided, and the description only vaguely states 'Returns per-tx outcomes.' Missing workflow context: relationship to the build step, prerequisite calls, and expected response format. For a tool that submits critical transactions, this is insufficient.

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 has 100% coverage with descriptions for all three parameters. The tool description adds minimal extra information, e.g., reiterating that transactions should be in the order from /build, but mostly the schema already provides necessary semantics.

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 ('Submit reclaim-rent close-batch tx(s) (signed)') and the specific operation of closing batch rent reclaim transactions. It distinguishes from sibling tools like 'solknife_reclaim_rent_build' and 'solknife_reclaim_rent_list' by focusing on execution.

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 this is the execution step after building transactions (mentions 'signed' and re-verification), but it does not explicitly state when to use this tool versus alternatives, nor does it provide guidance on prerequisites or when not to use it.

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