get_stale_entities
Returns entities in the knowledge graph whose freshness score falls below a set threshold, enabling identification of outdated information.
Instructions
Return all entities whose freshness score is below a threshold
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Freshness threshold (0–1). Entities below this score are considered stale (default: 0.5) |