citation_freshness_score
Score the recency of pages cited for a query. Returns a 0-100 freshness score and per-URL bucket (fresh, current, stale, ancient) to identify outdated citations.
Instructions
Score how recent the pages cited for a query are. Calls check_citations, then collects dateModified for each cited URL, returns a 0-100 recency_score (halflife=365d) plus per-URL freshness bucket (fresh/current/stale/ancient/unknown). Surfaces queries where AI cites old content - opportunity to ship fresher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query whose cited URLs to score for freshness. | |
| engine | No | AI engine to query for the citation set. | auto |
| max_results | No | How many cited URLs to inspect. |