Request SAP Unstake
sap_request_unstakeRequest unstake from an agent wallet in the SAP staking protocol. Provide agent wallet public key and amount in lamports to initiate the 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. |