Smithery

batch_url_inspection

Inspect Google's indexed versions of up to 10 page URLs and return compact status results for each URL.

Remote smithery-acc/google-search-console

Remote (network-hosted)

Other tools also called batch_url_inspection? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "urls": {
      "type": "string",
      "minLength": 1,
      "description": "One fully qualified page URL per line, with at most 10 URLs."
    },
    "site_url": {
      "type": "string",
      "description": "Exact property identifier returned by list_properties."
    },
    "language_code": {
      "type": "string",
      "default": "en-US",
      "description": "BCP 47 language code for translated issue messages."
    }
  }
}