memdata_ingest
Ingest text content into persistent memory with a source name. Store notes, decisions, or context for semantic retrieval across conversations.
Instructions
Ingest text content into long-term memory for later retrieval. Use this to store important information, notes, decisions, or context that should be remembered across conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to store in memory | |
| name | Yes | Source name/identifier for this memory (e.g., "meeting-notes-2024-01-15", "project-decision", "user-preference") |