Create Agent Memory
sap_memory_summarizeFree local tool. Creates an LLM-compressed summary memory from tool call patterns. The agent calls this after analyzing search results to persist lessons, patterns, failures, or successes. No x402 charge.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. 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 |
|---|---|---|---|
| summary | Yes | LLM-compressed summary text. Max 4KB. | |
| category | Yes | Tool category (e.g. "jupiter", "adrena", "premium"). | |
| expiresAt | No | ISO 8601 expiry. Null = never expires. | |
| relevance | No | Initial relevance score 0-1. Default 0.8. | |
| memoryType | Yes | Type of memory. | |
| sourceToolCalls | No | JSON array of tool_call IDs that were the source. |
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. |