{"id":"google_url_inspection","name":"Google URL Inspection","alias":"GoogleURLInspection","aliases":[],"description_short":"Get Google URL Inspection data for a specific URL.","description_long":"Get information about Google's indexed version of a page from the URL Inspection Tool, including indexing problems encountered and structured data, video, linked AMP, and indexability details.","description_tool_prompt":"Get information about Google's indexed version of a page from the URL Inspection Tool, including indexing problems encountered and structured data, video, linked AMP, and indexability details.","source":"Google Search Console API","conversation_examples":["Run Google URL Inspection for https://www.example.org/p/5866-toothbrush?","Is https://www.example.org/p/5866-toothbrush indexed by Google?"],"tags":["google"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"include_summary":{"default":true,"description":"When true, generate an LLM summary of the inspection; when false, summary is null.","title":"Include Summary","type":"boolean"}},"required":[]},"item":{"type":"object","properties":{"url":{"description":"The URL to inspect","title":"URL","type":"string"}},"required":["url"]},"response":{"properties":{"url":{"description":"The URL that was inspected","title":"Url","type":"string"},"inspection_result":{"additionalProperties":true,"description":"The result of the URL inspection","title":"Inspection Result","type":"object"},"summary":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Summary of the URL inspection result; null when disabled","title":"Summary"}},"required":["url","inspection_result","summary"],"title":"GoogleURLInspectionProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}