gsc_track_sitemap_deltas
Tracks sitemap changes by comparing the current Google Search Console snapshot against a provided baseline, returning added, removed, or updated entries without writing state.
Instructions
Read-only sitemap delta tracker. Fetches the current sitemap snapshot and compares it to an agent-provided baseline; no state is written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | No | Search Console property URL, e.g. https://example.com/ or sc-domain:example.com. Uses GSC_SITE_URL when omitted. | |
| baseline | No | Previous snapshot entries from this tool's snapshot output. | |
| includeUnchanged | No | ||
| minAbsIndexedDelta | No | Minimum absolute indexed URL delta to include otherwise unchanged sitemaps. |