memdata_query_timerange
Search your memory for entries within a specific date range. Retrieve notes or decisions from a past period using natural language queries.
Instructions
Search memory within a specific time range. Use for queries like "what did I work on last week" or "meetings from January".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| since | No | ISO date string - only return results after this date (e.g., "2026-01-01") | |
| until | No | ISO date string - only return results before this date (e.g., "2026-01-31") | |
| limit | No | Maximum number of results (default: 5, max: 20) |