Memory Reflect¶
LLM-powered reasoning over memories. CONSENT-GATED: triggers a server-side LLM call against your Anthropic API key (~1-3K tokens per call). Use memory_read for free retrieval first.
MCP name: memory_reflect
Category: memory
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
budget |
str |
No | Retrieval depth: low (default), mid, high |
query |
str |
Yes | Question to reason about using memory |
Requirements¶
- hindsight