Inputs
Output
Type:Dict
Returns a confirmation with the submitted sitemap URL. Google processes the sitemap asynchronously.
Fields: status, site, sitemap_url
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Submits a sitemap URL to Google Search Console for a property, or asks Google to reprocess an already-submitted sitemap
| App | Google Search Console |
| Operation ID | gsc_submit_sitemap |
| Type | Action |
| Connection | gsc (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
site | DynamicAccount | Yes | - | Select the Search Console property the sitemap belongs to. |
sitemap_url | string | Yes | - | Full URL of the sitemap to submit, for example https://example.com/sitemap.xml. Submitting an already-submitted sitemap asks Google to reprocess it. |
Dict
Returns a confirmation with the submitted sitemap URL. Google processes the sitemap asynchronously.
Fields: status, site, sitemap_url
Example:
{
"status": "submitted",
"site": "sc-domain:example.com",
"sitemap_url": "https://example.com/sitemap.xml"
}
