search_by_date_range
Find entities stored in the knowledge graph by specifying a date range, with options to filter by entity type and tags for targeted results.
Instructions
Search entities within a date range, with optional filtering by entity type and tags. At least one of startDate or endDate should be provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date in ISO 8601 format | |
| endDate | No | End date in ISO 8601 format | |
| entityType | No | Optional entity type to filter by | |
| tags | No | Optional array of tags to filter by |