google-search-console.get_sitemap
Get details for one sitemap submitted to Search Console.
Call google-search-console.list_sites to discover sites, then google-search-console.list_sitemaps for an exact feed_path when available. Omit site_url to use the default property. Returns submission status, download time, warnings, errors, and content counts.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | No | Optional property URL from google-search-console.list_sites. When omitted, the default property is used. The user or agent passes an exact site_url value from that response. | |
| feed_path | Yes | Full sitemap URL for the property, for example https://example.com/sitemap.xml. Use an exact path from google-search-console.list_sitemaps when available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sitemap | No | Sitemap details for the requested feed_path. | |
| site_url | No | Search Console property URL used for the request. |