Start SAP Memory Session
sap_session_startStart a high-level SDK session by providing a session identifier. Optionally include a vault nonce for encrypted data handling.
Instructions
Start a high-level SDK session by session ID. 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 |
|---|---|---|---|
| sessionId | No | High-level session identifier string | |
| vaultNonce | No | Optional 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. |