memory_add
Store or update a memory fact for an AI agent, with optional category and content to enable structured, recallable knowledge.
Instructions
Add or update a memory fact. Supports explicit category and optional long-form content payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| value | Yes | ||
| entity | Yes | ||
| content | No | ||
| category | No | fact | |
| property | Yes | ||
| confidence | No | high | |
| content_type | No | text/plain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |