Record Tool Call
sap_memory_recordFree local tool. Records a tool call execution in the agent memory database (SQLite FTS5). Auto-call after any paid or significant tool call to build searchable history. 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 |
|---|---|---|---|
| input | No | JSON-serialized tool input. | |
| output | No | JSON-serialized tool output (truncated to 8KB). | |
| costUsd | No | x402 cost in USD if the tool was paid. | |
| outcome | Yes | Execution outcome. | |
| toolName | Yes | MCP tool name that was called. | |
| latencyMs | No | Execution latency in milliseconds. | |
| sessionId | No | Optional session identifier. | |
| txSignature | No | Solana transaction signature if applicable. | |
| callerProfile | No | Optional signer profile used. |
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. |