Read Latest SAP Session Entries
sap_session_read_latestRead the latest entries from a high-level SDK session ID, accessing only encrypted payloads or public hashes.
Instructions
Read latest entries from a high-level SDK 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 to read latest entries from |
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. |