source_freshness
Check whether a source URL is still live and how recently it was modified. Returns the HTTP last-modified header (if present), the most recent Wayback Machine snapshot, and a 'changed_recently' flag (last 90 days). Use this for RAG hygiene — flagging citations that point to pages that may have changed since the agent's training data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to check. |