gsc_sitemaps
List sitemaps submitted to Google Search Console, showing errors, warnings, and timestamps to audit sitemap hygiene and confirm indexing status.
Instructions
List all sitemaps submitted for a property, with errors/warnings and timestamps.
Use this to check which sitemaps Google knows about for a property, when they were last submitted and downloaded, and whether Google recorded warnings or errors while processing them. Useful for auditing sitemap hygiene before crawl-budget work or to confirm a newly submitted sitemap was picked up.
Note: this tool is read-only. Submitting or deleting sitemaps requires the
webmasters (read-write) scope, which this server intentionally does not request.
Args: site_url: Verified property URL. Domain property format "sc-domain:example.com" or URL-prefix format "https://example.com/".
Returns: JSON array of sitemap entries, one per submitted sitemap, each with: - path: absolute URL of the sitemap (e.g. "https://example.com/sitemap.xml") - lastSubmitted: ISO-8601 timestamp of last (re)submission - lastDownloaded: ISO-8601 timestamp of Google's last fetch - isPending: true while Google has not finished processing the sitemap - isSitemapsIndex: true if it is a sitemap index file referencing other sitemaps - warnings: number of non-blocking issues detected by Google - errors: number of blocking errors detected by Google Returns an empty array if no sitemaps are submitted for the property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |