add_memory
Store important information for coding agents, including preferences, fixes, decisions, and procedures, to maintain organized memory across development sessions.
Instructions
Store a new memory. Use when something is worth remembering: a preference, fix, decision, or procedure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Memory category | |
| title | Yes | Short summary, max 120 chars | |
| content | Yes | Full memory content | |
| tags | No |