recall_changed_since
Retrieve memories created or updated after a specified timestamp. Use this to catch up on activity between sessions or find out what's new since a given date.
Instructions
Differential retrieval: return memories created or updated after the given timestamp. Use this for 'what's new since X?' or to catch up on activity between sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type filter. | |
| limit | No | ||
| since | Yes | Lower-bound timestamp. Accepts YYYY-MM-DD (start of day) or full ISO 8601 e.g. 2025-11-01T00:00:00Z. | |
| 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 |