search_by_date_range
Search saved knowledge items within a custom date range. Enter a query and ISO 8601 start and end dates to find relevant content from a specific time period.
Instructions
Semantic search scoped to items saved between two dates. Pass ISO 8601 dates for "after" and "before". Useful for reviewing what you captured during a specific period or project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | ISO 8601 date — only items created after this date. Examples: "2024-01-01", "2024-06-15T00:00:00Z" | |
| limit | No | Number of results to return (default 10) | |
| query | Yes | Natural language search query | |
| before | Yes | ISO 8601 date — only items created before this date. Examples: "2024-12-31", "2025-03-01T00:00:00Z" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| taint_level | Yes | ||
| taint_warning | No |