Buffer Stream Event
sap_stream_bufferFree local tool. Buffers a premium stream event in the local SQLite database for offline consumption. Deduplicates by (streamType, eventId). 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 |
|---|---|---|---|
| eventId | Yes | Unique event ID from the provider. | |
| payload | Yes | JSON-serialized event payload. | |
| eventType | Yes | Event type (e.g. "price.tick", "volatility.breakout"). | |
| streamType | Yes | Stream type (e.g. "pyth-price", "meme-alerts", "volatility"). |
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. |