google-search-console.list_sitemaps
List sitemaps submitted for a Search Console property.
Call google-search-console.list_sites to discover sites. Omit site_url to use the default property, or pass an exact site_url from that response. Returns sitemap paths plus submission, download, warning, and error details. Use an exact path from this response with get_sitemap, submit_sitemap, or delete_sitemap.
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. | |
| sitemap_index | No | Optional sitemap index URL. When set, only child sitemaps under that index are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | No | Search Console property URL used for the request. | |
| sitemaps | No | Sitemaps submitted for the property. |