Inspect URL in Search Console
gsc_inspect_urlCheck a single URL's Google index status to determine if it's indexed, when it was last crawled, and why it might not be indexed. Use this to diagnose pages missing from Google search results.
Instructions
Check a single URL's Google index status via the Search Console URL Inspection API: whether it's indexed, when it was last crawled, and why it might not be indexed.
Args:
connection (string): Name of a configured Google connection
site_url (string): Exact site URL from gsc_list_sites that owns inspection_url
inspection_url (string): Full URL to inspect, must belong to site_url
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Use when: "Why isn't this page showing up in Google?" or "Is this URL indexed?" Don't use when: You need aggregate query/click data (use gsc_query_search_analytics instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| connection | Yes | ||
| inspection_url | Yes | ||
| response_format | No | markdown |