temporal_verify
Verify temporal claims deterministically. Check weekdays, timezone offsets, and leap years to prevent date hallucinations. Returns structured facts.
Instructions
Verify a temporal claim deterministically. Prevents temporal hallucinations by checking facts like: 'Is 2026-12-31 a Thursday?', 'Is December 25 2027 a Saturday?', 'Is 3 PM London before 10 AM New York?', 'Is 2024 a leap year?'. Always returns structured facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date (YYYY-MM-DD) referenced in the claim | |
| claim | Yes | Natural language temporal claim to verify | |
| datetime | No | Datetime (ISO 8601) referenced in the claim | |
| timezone | No | UTC |