Compact Inscribe SAP Memory
sap_compact_inscribe_memoryCompact memory inscription with explicit vault/session PDAs. SAP MCP context: Memory/session flow. Store only intentionally encrypted payloads or public hashes; session and vault PDAs are visible on-chain metadata.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Encryption nonce as a byte array, hex string, or base64 string | |
| vaultPda | No | Vault PDA (base58) for the memory inscription | |
| sessionPda | No | Session PDA (base58) for the memory inscription | |
| contentHash | No | 32-byte content hash as a byte array, hex string, or base64 string | |
| encryptedData | No | Encrypted memory data 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. |