search_by_date_range
Find memories created within a specific date range using ISO format dates. Set start date required, optional end date, and limit results.
Instructions
Find memories created within a specific date range. Use ISO date format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 50) | |
| date_to | No | End date in ISO format (defaults to now) | |
| date_from | Yes | Start date in ISO format (e.g. "2026-01-01" or "2026-01-01T00:00:00Z") |