search_by_time
Find knowledge graph entities by their timestamps using natural language time expressions like 'last week' or 'in January'. Filter by created, modified, or any date field and include undated entities when needed.
Instructions
Search entities using a natural language time expression (e.g. "last week", "yesterday", "in January")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | Which timestamp field to filter on (default: any) | |
| query | Yes | Natural language time expression to parse and search | |
| includeUndated | No | If true, treat entities with no timestamps as matching (default: false) |