answer
Ask a natural-language question and get an LLM-generated answer grounded only in stored memories with supporting sources.
Instructions
Ask a natural-language question and get an LLM-generated answer grounded ONLY in the agent's stored memories (RAG). Prefer this over recall when you need a synthesized answer rather than a ranked list. Returns the answer text plus the supporting memory sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of context memories to retrieve. Defaults to server config. | |
| agent_id | No | Memanto agent identifier the memory belongs to (required: no MEMANTO_DEFAULT_AGENT_ID is configured). | |
| question | Yes | The question to answer. | |
| kiosk_mode | No | If true, refuses to answer when no memory clears the similarity threshold (useful for strictly grounded applications). | |
| temperature | No | LLM temperature. Defaults to server config. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | No | ||
| status | Yes | ||
| message | No | ||
| sources | No | ||
| agent_id | Yes | ||
| question | Yes | ||
| namespace | No |