gsc_list_sitemaps
Retrieve all submitted sitemaps for a Google Search Console property, including submission dates, processing status, and error counts.
Instructions
List all submitted sitemaps for a verified property.
Args: params (SiteInput): Parameters including: - site_url (str): The GSC property URL
Returns: str: JSON with list of sitemaps, each containing: - path (str): Sitemap URL - lastSubmitted (str): Last submission timestamp - isPending (bool): Whether sitemap is pending processing - isSitemapsIndex (bool): Whether it's a sitemap index - type (str): Sitemap type - lastDownloaded (str): Last download timestamp - warnings (int): Number of warnings - errors (int): Number of errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |