{"id":"google_ai_mode","name":"Google AI Mode","alias":"GoogleAIMode","aliases":[],"description_short":"Query Google AI Mode to get AI-generated search results and insights.","description_long":"\n        Retrieve AI-powered search results from Google AI Mode.\n        Get comprehensive AI-generated answers, featured snippets, and search insights for any query.\n    ","description_tool_prompt":"Query Google AI Mode to get AI-generated search results, featured snippets, and comprehensive answers for any search query.","source":"Google","conversation_examples":["What does Google AI Mode say about 'best pizza in New York'?","What are the latest trends in AI according to Google AI Mode?","What does Google AI Mode recommend for 'travel planning tips'?"],"tags":["google","web search"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"location_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Location ID (optional)","title":"Location Id"},"location_request":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Location request (ex: Paris, FR), will translate to location ID","title":"Location Request"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"ISO3166 country code (ex: GB)","title":"Country Code"},"lang_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"BCP47 language code (ex: \"en\", \"en-GB\")","title":"Lang Code"},"device":{"default":"mobile","description":"Device to use for search (optional - defaults to mobile)","enum":["mobile","desktop"],"title":"Device","type":"string"}},"required":[]},"item":{"type":"object","properties":{"query":{"description":"The search query to analyze","maxLength":700,"title":"Query","type":"string"}},"required":["query"]},"response":{"$defs":{"GooglAiOverviewReference":{"properties":{"type":{"title":"Type","type":"string"},"source":{"title":"Source","type":"string"},"domain":{"title":"Domain","type":"string"},"url":{"title":"Url","type":"string"},"title":{"title":"Title","type":"string"},"text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Text"}},"required":["type","source","domain","url","title"],"title":"GooglAiOverviewReference","type":"object"},"GoogleAiModeResults":{"properties":{"type":{"const":"ai_mode","default":"ai_mode","title":"Type","type":"string"},"rank_group":{"title":"Rank Group","type":"integer"},"rank_absolute":{"title":"Rank Absolute","type":"integer"},"markdown":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Markdown"},"items":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/$defs/GoogleAiOverviewElement"},{"additionalProperties":true,"type":"object"}]},"type":"array"},{"type":"null"}],"default":null,"title":"Items"},"model":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Name / version of the model used","title":"Model"}},"required":["rank_group","rank_absolute","markdown"],"title":"GoogleAiModeResults","type":"object"},"GoogleAiOverviewElement":{"properties":{"type":{"title":"Type","type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Title"},"text":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Text"},"markdown":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Markdown"},"links":{"anyOf":[{"items":{"$ref":"#/$defs/GoogleAiOverviewLinkElement"},"type":"array"},{"type":"null"}],"default":null,"title":"Links"},"images":{"anyOf":[{"items":{"$ref":"#/$defs/GoogleAiOverviewImageElement"},"type":"array"},{"type":"null"}],"default":null,"title":"Images"},"references":{"anyOf":[{"items":{"$ref":"#/$defs/GooglAiOverviewReference"},"type":"array"},{"type":"null"}],"default":null,"title":"References"}},"required":["type"],"title":"GoogleAiOverviewElement","type":"object"},"GoogleAiOverviewImageElement":{"properties":{"type":{"title":"Type","type":"string"},"alt":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Alt"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Url"},"image_url":{"title":"Image Url","type":"string"}},"required":["type","image_url"],"title":"GoogleAiOverviewImageElement","type":"object"},"GoogleAiOverviewLinkElement":{"properties":{"type":{"title":"Type","type":"string"},"title":{"title":"Title","type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Description"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Url"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"}},"required":["type","title"],"title":"GoogleAiOverviewLinkElement","type":"object"}},"properties":{"query":{"description":"The original search query","title":"Query","type":"string"},"location_name":{"description":"The location used for the search, if any","title":"Location Name","type":"string"},"results":{"$ref":"#/$defs/GoogleAiModeResults","description":"The AI-generated search results"}},"required":["query","location_name","results"],"title":"GoogleAiModeProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}