unresolve_review
Remove the resolved flag from a review. Note: if the review has a published response, is_resolved will still be true (it is computed as has_response OR is_manually_resolved).
list_topics
List topics for an app, ordered by total mention count (descending). Returns topic UUID, slug, title, description, and mention counts broken down by sentiment.
get_topic_reviews
List reviews associated with a specific topic, ordered by review date (newest first). The topic must belong to the specified app.
get_analytics_summary
Get overview statistics for an app including total review count, average rating, sentiment distribution, response rate, pending reviews count, 30-day trends with comparisons, and monthly time series for reviews, ratings, response coverage, and response times.
get_analytics_platforms
Get App Store vs Play Store breakdown with per-platform metrics: review count, share, average rating, sentiment distribution, response rate, pending negative count, 30-day volume with change percentage, and average response time.
get_response_times
Get response time daily trend and aging bucket distribution. Returns daily average response time in hours and a 3-bucket breakdown (1-2 days, 3-14 days, 15+ days) showing how many unresponded reviews fall into each aging category.
get_territories
Get geographic distribution of reviews. Returns top 8 territories by review count, with total reviews, average rating, and positive/negative sentiment share per territory.
get_app_overview
Get a comprehensive overview of an app by combining app details, analytics summary, and platform breakdown in a single call. Returns { app, analytics, platforms }.
get_negative_reviews_needing_attention
Get unresolved negative reviews alongside top topics for context. Helps prioritize which reviews to respond to. Returns { reviews, topics }.
get_app_health_report
Get a consolidated health report combining analytics summary, response time trends with aging buckets, and geographic distribution. Useful for periodic check-ins. Returns { analytics, response_times, territories }.