Initialize SAP Vault
sap_init_vaultInitialize a memory vault to store encrypted payloads and public hashes; session and vault PDAs remain visible on-chain metadata.
Instructions
Initialize a memory vault for the connected agent. SAP MCP context: Memory/session flow. Store only intentionally encrypted payloads or public hashes; session and vault PDAs are visible on-chain metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultNonce | No | Vault nonce as a byte array, hex string, or base64 string |
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. |