Newsrooms and comms teams track how fast a story spreads inside Google News search. Source google news exposes that interest as structured points so assistants quantify whether a topic is still climbing, cooling, or bouncing compared with prior coverage cycles.
Headline counts alone miss reader curiosity. Google News search volume shows what people actively look for inside the news vertical. Trends MCP hands that slice to assistants through the same four tools as every other keyword source listed under Data Sources.
A single assistant thread can chain google news with news volume or news sentiment when leadership wants both audience pull and editorial tone. Each call still uses one source string per keyword for quota accounting described in the docs.
Ask for YTD or 30D growth when monitoring a recurring policy topic. Ask for weekly get_trends when writing explainers that need multi-year context. Mention TrendsMCP in the prompt so the client routes to tools instead of the open web.
More narrative positioning appears on Google News trends. Journalist-oriented copy sits on Journalist trend tool. Tool wiring overview: MCP trend tools for assistants.
Tools for this workflow
get_trendsShow how news-search attention evolved across a multi-week cycle.
get_trends(keyword='central bank rates', source='google news', data_mode='weekly')
get_growthQuantify whether a story is still accelerating after the first headlines.
get_growth(keyword='central bank rates', source='google news', percent_growth=['14D', '30D', '3M'])
get_ranked_trendsSurface rising news-oriented queries when editors ask what angles are heating up.
get_ranked_trends(source='google news', sort='wow_pct_change', limit=20)
get_top_trendsList top Google News stories at this moment for breaking-news desks.
get_top_trends(type='Google News Top News', limit=20)
FAQ