add_memory
Record important facts, user preferences, and project context for future recall.
Instructions
Store a new memory for future recall.
Use this to remember important facts, user preferences, architectural
decisions, project context, and lessons learned.
Args:
text: The fact or information to remember (e.g., "Justin prefers
TypeScript over Python for new projects")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |