Deposit SAP Stake
sap_deposit_stakeDeposit additional stake into an SAP agent wallet to support protocol staking operations, specifying wallet and amount in lamports.
Instructions
Deposit additional stake 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 | Additional stake deposit 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. |