Skip to main content
Glama

Unstake SOL (one-shot)

unstake

Deactivate a Solana stake account in one call. Uses HTTPS for in-memory signing; secret key is never stored. After cooldown (~1 epoch), poll check_withdraw_ready to withdraw.

Instructions

Deactivate a stake account in a single call. Secret key sent over HTTPS for in-memory signing, never stored. Cooldown ~1 epoch. Use check_withdraw_ready to poll, then withdraw.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletAddressYesYour Solana wallet address (stake authority)
secretKeyYesYour base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged
stakeAccountAddressYesStake account address to deactivate
Behavior4/5

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

Discloses key behavioral traits: secret key handling (HTTPS, in-memory signing, no storage), cooldown period, and non-destructive nature. Adds value beyond annotations, which only provide openWorldHint=true.

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?

Four short sentences with no redundancy. Front-loaded with purpose, immediately followed by key behavioral details and next steps. Every sentence earns its place.

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?

Covers the core operation, security, timing, and subsequent steps. Missing error conditions or multi-call behavior, but sufficient for a focused action tool given no output schema.

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?

Input schema has 100% description coverage, so baseline is 3. The overall description repeats the security aspect of secretKey but adds no new parameter meaning beyond the schema.

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?

Clearly states it deactivates a stake account in a single call, with precise verb and resource. Distinguishes from sibling tools like create_unstake_transaction by emphasizing it's one-shot execution.

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

Usage Guidelines4/5

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

Provides clear usage context: single call, cooldown ~1 epoch, and follow-up with check_withdraw_ready then withdraw. However, lacks explicit when-not or direct comparison to alternatives like create_unstake_transaction.

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/blueprint-infrastructure/solentic-mcp'

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