get_freshness
Check a site's crawl freshness to decide whether to query existing crawl data or initiate a new crawl. Returns last crawl times, page count, mode, age, and running job status.
Instructions
Return the most recent crawl summary for a site (last_crawl_started_at/ended_at, total_pages, mode, age_seconds) plus output/state dir presence and any running job. Use this to decide whether to query the existing crawl or run crawl_site first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_key | Yes | Site key from config (use list_sites to discover available keys) |