create_memory
Create a durable memory record with category, title, body, and optional tags, summary, confidence score, and auto-prefetch level.
Instructions
Create a Glyph Hold memory after confirming it should be stored durably.
confidence must be 1-5. auto_prefetch_level must be one of never, low, normal, high, or pinned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| tags | No | ||
| title | Yes | ||
| summary | No | ||
| confidence | No | Confidence score from 1 to 5. | |
| category_id | Yes | ||
| auto_prefetch_level | No | normal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||