Request SAP Unstake
sap_request_unstakeRequest an unstake for an agent wallet by specifying the amount in lamports and the agent wallet public key. This initiates the SAP protocol unstaking process.
Instructions
Request unstake for an agent wallet. SAP MCP context: SAP protocol staking flow. Confirm agent wallet, amount, and unstake timing before writes; this is distinct from external AgentKit staking protocol tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Unstake request amount in lamports (as a decimal string) | |
| agentWallet | No | Agent wallet public key (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |