{"id":"google_serp","name":"Google SERP","alias":"GoogleSerp","aliases":["google_search_raw"],"description_short":"Fetch the Google SERP for a given query (returns all data)","description_long":"\n    Fetch the Google SERP for a given query (returns all data)\n    ","description_tool_prompt":"\n    Fetch the Google SERP for a given query (returns all data)\n    ","source":"Google","conversation_examples":[],"tags":["keywords","web search"],"available_in_chat":false,"available_in_deepthink":false,"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"},"limit":{"default":30,"description":"Limit the number of results (optional - defaults to 30)","title":"Limit","type":"integer"},"data_level":{"default":"main","description":"Should we return just main information (item_type (organic, shopping, knowledge_graph, people_also_ask, people_also_search...), title, description, rank), or all information (featured snippets, ratings, prices, refinement chips...)","enum":["main","all"],"title":"Data Level","type":"string"}},"required":[]},"item":{"type":"object","properties":{"query":{"description":"The search query to analyze","maxLength":700,"title":"Query","type":"string"}},"required":["query"]},"response":{"$defs":{"GoogleSearchRawResults":{"properties":{"keyword":{"title":"Keyword","type":"string"},"type":{"title":"Type","type":"string"},"se_domain":{"title":"Se Domain","type":"string"},"location_code":{"title":"Location Code","type":"integer"},"language_code":{"title":"Language Code","type":"string"},"check_url":{"title":"Check Url","type":"string"},"datetime":{"title":"Datetime","type":"string"},"spell":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Spell"},"item_types":{"items":{"type":"string"},"title":"Item Types","type":"array"},"se_results_count":{"title":"Se Results Count","type":"integer"},"items_count":{"title":"Items Count","type":"integer"},"items":{"items":{"additionalProperties":true,"type":"object"},"title":"Items","type":"array"}},"required":["keyword","type","se_domain","location_code","language_code","check_url","datetime","spell","item_types","se_results_count","items_count","items"],"title":"GoogleSearchRawResults","type":"object"}},"properties":{"results":{"$ref":"#/$defs/GoogleSearchRawResults","description":"The SERP results"},"location_name":{"description":"description of output2","title":"Location Name","type":"string"},"query":{"description":"The search query to analyze","title":"Query","type":"string"}},"required":["results","location_name","query"],"title":"GoogleSearchRawProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}