google-search-console.submit_sitemap
Submit a sitemap URL to Search Console for a verified 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. feed_path must be the full sitemap URL hosted on that property.
Cost = 10 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | No | Search Console property URL used for the request. | |
| feed_path | No | Sitemap URL that was submitted. | |
| submitted | No | True when Search Console accepted the sitemap submission. |