{"id":"google_trends","name":"Google Trends","alias":"GoogleTrends","aliases":[],"description_short":"Get Google Trends data for one or more keywords.","description_long":"Analyze search trend data to understand how interest in specific keywords has changed over time, compare keyword popularity, and discover seasonal trends.","description_tool_prompt":"Analyze search trend data to understand how interest in specific keywords has changed over time, compare keyword popularity, and discover seasonal trends.","source":"Browser Fetching on Google Trends","conversation_examples":["Compare the search trends for 'artificial intelligence' and 'machine learning' over the last year","What are the seasonal trends for 'winter boots'?","Show me the rising interest in 'sustainable fashion' in the US","Has interest in 'work from home' decreased since 2021?","Compare trends for 'iPhone' vs 'Samsung' during product launch months"],"tags":["keywords"],"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":{"keywords":{"description":"List of keywords to analyze (up to 5)","items":{"type":"string"},"maxItems":5,"title":"Keywords","type":"array"}},"required":["keywords"]},"response":{"properties":{"keywords":{"description":"List of keywords analyzed","items":{"type":"string"},"title":"Keywords","type":"array"},"date_from":{"description":"Start date of the trends data in YYYY-MM-DD format","title":"Date From","type":"string"},"date_to":{"description":"End date of the trends data in YYYY-MM-DD format","title":"Date To","type":"string"},"graph":{"anyOf":[{"additionalProperties":true,"description":"Graph data showing search interest over time","type":"object"},{"type":"null"}],"default":null,"title":"Graph"},"topics":{"anyOf":[{"additionalProperties":true,"description":"Topics data related to the keywords","type":"object"},{"type":"null"}],"default":null,"title":"Topics"},"queries":{"anyOf":[{"additionalProperties":true,"description":"Queries data related to the keywords","type":"object"},{"type":"null"}],"default":null,"title":"Queries"}},"required":["keywords","date_from","date_to"],"title":"GoogleTrendsProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":true}