recall_as_of
Retrieve memories known before a specified timestamp. Use to answer historical questions about past knowledge or to reconstruct prior context.
Instructions
Point-in-time recall: return only memories that were known before the given timestamp. Use this when the user asks historical questions like 'what did we know on 2025-11-01?' or to reconstruct context at a previous moment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type filter. | |
| as_of | Yes | Cutoff timestamp. Accepts YYYY-MM-DD (interpreted as end of that day) or full ISO 8601 e.g. 2025-11-01T14:30:00Z. | |
| limit | No | ||
| agent_id | No | Memanto agent identifier the memory belongs to (required: no MEMANTO_DEFAULT_AGENT_ID is configured). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | semantic | recent | as_of | changed_since | semantic |
| count | No | ||
| query | No | ||
| status | Yes | ||
| message | No | ||
| agent_id | Yes | ||
| memories | No |