check_freshness
Check whether a web page should be read again. Use this before re-fetching a URL that an agent has previously read. If you have a previous FreshGate hash, pass it as known_hash. A matching hash means the agent can reuse its previous content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| known_hash | No | FreshGate hash saved when this page was previously read | |
| max_age_seconds | No | Maximum age of a cached FreshGate check. Use 0 for a live recheck. |