Reviews

6 tools · select one for the full spec

list_reviews

readReviews

List store reviews, filtered and sorted — reads Nalya’s synced copy.

Read-only- answers questions; never changes anything.
Description

Reads Nalya's synced copy of your store reviews (Google Play or the App Store) and filters by rating, language, version or answered-state, sorted newest / worst / unanswered first. Read-only.

Parameters
app
stringoptional
Target app: package name / bundle ID (e.g. com.sharpregion.tapet) or id. Omit if the account has one app.
min_rating
numberoptional
Only reviews rated ≥ this (1–5).
max_rating
numberoptional
Only reviews rated ≤ this (1–5).
language
stringoptional
BCP-47 filter, e.g. en, de.
version
stringoptional
App version-name filter.
answered
booleanoptional
true = answered only, false = unanswered only.
sort
enum(newest|worst|unanswered)optional
Order of results.
limit
numberoptional
Max reviews (default 25, max 100).
Returns
An array of reviews (id, rating, body, language, version, device, answered).
Example call
{
  "tool": "list_reviews",
  "arguments": { "answered": false, "max_rating": 2, "sort": "worst" }
}
In practice you just ask: Show me this week’s unanswered 1-star reviews.