google-search-console.inspect_url
Inspect indexing status for a single URL in Search Console.
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. Returns indexing verdict, coverage state, crawl details, and canonical information for the inspected URL.
URL Inspection has limited daily quota. Each call inspects one URL.
Cost = 15 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. | |
| language_code | No | Optional BCP-47 language code for localized inspection results. | |
| inspection_url | Yes | Fully qualified URL to inspect within the selected property. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | No | Verified property URL used for the inspection. | |
| inspection_url | No | URL that was inspected. | |
| index_status_result | No | Indexing status details for the inspected URL. |