recall
Retrieve a stored fact from a previous session using its exact ID. Use this action to access persisted context from past interactions when the precise remembered value is needed.
Instructions
Retrieve a fact stored in a previous session by id. Exact lookup — not fuzzy or substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The exact id a previous remember call used. Returns the stored text, or a "no memory for <id>" message if nothing matches. |