Remember
rememberSave facts, decisions, or preferences as memories with adjustable importance and provenance, enabling accurate retrieval later.
Instructions
Store a memory for later recall.
content: text to remember (a fact, decision, preference, or conversation turn). kind: note | chat | fact | preference | constraint | mission. importance: 1-5 (higher is weighted up in recall and protected from forgetting). 0 = auto-derive from content (no LLM) — concrete facts score higher than chit-chat. session: conversation/thread id used to group related memories. provenance: planning | action | observation | user_confirmation. Use user_confirmation only when the user explicitly confirmed the content; external actions may rely only on that provenance. actor: agent/process that produced the memory (default: MIDAS_MCP_ACTOR). namespace: scope tag (e.g. a project or user id); defaults to MIDAS_MCP_NAMESPACE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | note | |
| actor | No | ||
| content | Yes | ||
| session | No | default | |
| namespace | No | ||
| importance | No | ||
| provenance | No | observation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |