Give Cline live trend data across Google, TikTok, YouTube, Reddit, Amazon, npm, and 8 more sources. Cline's autonomous agent mode can call Trends MCP tools as part of multi-step research tasks - querying, comparing, and reporting on trends without manual intervention.
Tools for this workflow
get_trendsIn Cline autonomous agent workflows, query trend history as part of automated research pipelines - Cline calls get_trends, processes the time series, and writes the analysis output without manual steps.
get_trends(keyword='ai coding assistant', source='google search', data_mode='weekly')
get_growthRun fully automated competitive intelligence with Cline: define a list of companies or keywords, have Cline call get_growth for each, and output a ranked report - all without human intervention.
get_growth(keyword='ai coding assistant', source='all', percent_growth=['3M', '1Y'])
get_ranked_trendsUse Cline to build automated trend monitoring scripts - schedule daily get_ranked_trends calls, compare results against baselines, and trigger alerts when a topic breaks into the top movers.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=20)
get_top_trendsUse Cline to run automated trend digests - have the agent pull get_top_trends daily, format the output, and deliver a structured briefing to your team or inbox.
get_top_trends(type='TikTok Trending Hashtags', limit=25)
FAQ