{"id":"google_ads_search_volume","name":"Google Ads Search Volume","alias":"GoogleAdsSearchVolume","aliases":[],"description_short":"Fetches Google Ads search volume data for keywords.","description_long":"\n    This agent retrieves Google Ads search volume data for specified keywords.\n    \n    It provides information including:\n    - Monthly average search volume\n    - Competition level and index\n    - Cost per click (CPC)\n    - Top of page bid estimates\n    - Monthly search volume history\n    - Location and language targeting data\n    \n    The agent supports location and language targeting to get region-specific search volume data.\n    ","description_tool_prompt":"\n    This agent retrieves Google Ads search volume data for specified keywords.\n    \n    It provides information including:\n    - Monthly average search volume\n    - Competition level and index\n    - Cost per click (CPC)\n    - Top of page bid estimates\n    - Monthly search volume history\n    - Location and language targeting data\n    \n    The agent supports location and language targeting to get region-specific search volume data.\n    ","source":"Google Ads Search Volume API","conversation_examples":["Get search volume for 'digital marketing'","What's the search volume for 'python programming' in the US?","Show me competition data for 'e-commerce platform'"],"tags":["keywords","competitive analysis"],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":null,"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 keyword to analyze. Limited to 80 characters.","maxLength":80,"title":"Query","type":"string"}},"required":["query"]},"response":{"$defs":{"MonthlySearchData":{"description":"Monthly search volume data for a keyword.","properties":{"year":{"title":"Year","type":"integer"},"month":{"title":"Month","type":"integer"},"search_volume":{"title":"Search Volume","type":"integer"}},"required":["year","month","search_volume"],"title":"MonthlySearchData","type":"object"}},"description":"Processed item containing Google Ads search volume data.","properties":{"keyword":{"description":"The keyword that was searched","title":"Keyword","type":"string"},"search_volume":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Monthly average search volume","title":"Search Volume"},"competition":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Competition level (HIGH, MEDIUM, LOW)","title":"Competition"},"competition_index":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Competition index (0-100)","title":"Competition Index"},"cpc":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"Cost per click","title":"Cpc"},"low_top_of_page_bid":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"Minimum bid for top of page","title":"Low Top Of Page Bid"},"high_top_of_page_bid":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"Maximum bid for top of page","title":"High Top Of Page Bid"},"monthly_searches":{"anyOf":[{"items":{"$ref":"#/$defs/MonthlySearchData"},"type":"array"},{"type":"null"}],"description":"Monthly search volume data","title":"Monthly Searches"},"location_code":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Location code used for search","title":"Location Code"},"language_code":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Language code used for search","title":"Language Code"},"search_partners":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Whether search partners data is included","title":"Search Partners"}},"required":["keyword","search_volume","competition","competition_index","cpc","low_top_of_page_bid","high_top_of_page_bid","monthly_searches","location_code","language_code","search_partners"],"title":"GoogleAdsSearchVolumeProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}