gsc bulk inspect urls
gsc_bulk_inspect_urlsInspect multiple URLs in Google Search Console to check indexing status, with per-URL error handling so one bad URL doesn't break the batch.
Instructions
Inspect multiple URLs with a conservative sequential limit and normalized URL Inspection results. Quota: 2000 requests/day/property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Full URLs to inspect. Maximum 10 per call to protect URL Inspection quota. | |
| siteUrl | No | Search Console property URL, e.g. https://example.com/ or sc-domain:example.com. Uses GSC_SITE_URL when omitted. | |
| languageCode | No | Optional IETF language tag, e.g. en-US or fr-FR. | |
| continueOnError | No | When true, returns per-URL errors instead of failing the entire batch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |