mnemostack_answer
Answers natural language queries by synthesizing retrieved memories into a concise factual response with confidence score and sources.
Instructions
Answer a question using retrieved memories.
Read-only, no side effects, no authentication required. Use this when you want a concise factual answer synthesized from memory search results instead of the raw matches returned by mnemostack_search. Returns a JSON object with ok, query, answer text, confidence (0.0-1.0), sources, degraded (components that fell back while serving the call), fallback_recommended, and error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question or keyword to search memories for | |
| limit | No | Maximum number of results to return (default 10) | |
| filters | No | Payload filters applied inside every retriever (exact match or gte/lte ranges); the answer is generated only from memories inside the filtered scope. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||