Mobile teams track growth by bundle id, not by marketing nicknames. Source app downloads expects Android package identifiers so assistants return install-trend style signals without confusing display names from the Play Store.
Marketing names collide. Package ids do not. Trends MCP documents source: "app downloads" under Data Sources with the Android-track expectation spelled out.
Growth PMs paste Play Store URLs into chat, extract the id parameter, then call get_growth. Investors compare two bundle ids before earnings. Support bots refuse to guess ids when the user only offers a nickname.
App download trends, App store trends, App growth intelligence. Hub: MCP trend tools for assistants.
Tools for this workflow
get_trendsPlot install-related momentum for a mobile product across quarters.
get_trends(keyword='com.duolingo', source='app downloads', data_mode='weekly')
get_growthScore whether an app reaccelerated after a feature launch.
get_growth(keyword='com.duolingo', source='app downloads', percent_growth=['1M', '3M', '12M'])
get_ranked_trendsDiscover package ids climbing fastest when analysts scan the mobile market.
get_ranked_trends(source='app downloads', sort='mom_pct_change', limit=20)
get_top_trendsRead App Store or Google Play chart leaders for live mobile context.
get_top_trends(type='Google Play', limit=25)
FAQ