Spl-token Transfer Sol
spl-token_transferSolTransfer native SOL between wallets via SystemProgram.transfer. Use this tool for SOL movements within SPL token operations and managed agent workflows.
Instructions
Transfer native SOL between wallets via SystemProgram.transfer. SAP MCP context: Protocol spl-token; operation class write. Use for SPL token deploy, mint, transfer, burn, freeze, thaw, and authority management. Confirm mint, decimals, authority, recipient, and amount before writes. Use token tools alongside SAP payments and settlement tools only when token operations are part of the agent service lifecycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient wallet address | |
| from | Yes | Sender wallet address | |
| memo | No | Optional memo to attach | |
| amount | Yes | Amount in lamports (1 SOL = 1_000_000_000 lamports) |
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. |