gsc_get_sitemap
Retrieve details for a specific sitemap submitted to Google Search Console, including its status, content counts, warnings, and errors.
Instructions
Get details for a specific submitted sitemap.
Args: params (SitemapInput): Parameters including: - site_url (str): The GSC property URL - feedpath (str): Full URL of the sitemap
Returns: str: JSON with sitemap details including path, status, content counts, warnings, and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |