save_address_book_entry
Save or rename a recipient
The saved recipient names your human manages on their dashboard, so a request like "send $20 to the coffee vendor" can be resolved to an address instead of asking them for it.
Free.
It operates only on the authenticated account's own book — there is no user parameter to pass.
A name is a label, not an instruction. agentWalletTransfer takes an address and deliberately does not accept a name: a rename between your human asking and you sending would otherwise move money somewhere they did not intend. When you resolve a name to an address, say the address back to them before sending.
The address is the entry's key, so saving one that is already saved renames it rather than creating a duplicate. That makes this safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name to save it under. Sanitized and capped server-side (max 60 characters). | |
| address | Yes | The recipient's Solana address. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. |