delimit_memory_store
Store structured memory entries with content, tags, and context for organized retrieval within AI coding assistants.
Instructions
Store a memory entry for future retrieval (Pro).
Args: content: The content to remember. tags: Optional categorization tags. context: Optional context about when/why this was stored.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| tags | No | ||
| context | No |