Remember a fact
rememberStore a fact under a namespace and key, preserving all previous versions to prevent data loss. Use tags for later filtering and a confidence score to indicate reliability.
Instructions
Store a fact under scope+key. Writing an existing key appends a new version instead of overwriting, so nothing is ever silently lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Name inside the scope, e.g. "assessment" | |
| tags | No | Labels for later filtering | |
| scope | Yes | Namespace, e.g. "listing/482" or "source/boards-io" | |
| value | No | Any JSON value | |
| confidence | No | How much you trust this, 0..1 (default 0.7) |