Owlmetry
MCP

Reviews

List, view, and respond to App Store / Play Store reviews via MCP tools.

Public App Store / Play Store reviews. Apple reviews are pulled from the App Store Connect customerReviews API and require a configured App Store Connect integration on the project. Distinct from in-app feedback. Replies round-trip to Apple's developer-response field on the public listing.

For raw star-rating aggregates (no text), see Ratings instead.

list-reviews

List App Store / Play Store reviews for a project, sorted by most recent first. Filter by app, store, rating, country, developer-response presence, or free-text search within title + body.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
app_idUUIDNoFilter by app
storestringNoapp_store or play_store
ratingnumberNoExact rating (1-5)
rating_ltenumberNoRating ≤ this value (1-5)
rating_gtenumberNoRating ≥ this value (1-5)
country_codestringNoISO country code (2-char, lower-case e.g. us)
has_developer_responsebooleanNoOnly reviews with (true) or without (false) a dev response
searchstringNoFree-text search within title + body
cursorstringNoPagination cursor
limitnumberNoMax results (default 50)

Returns { reviews: [...], cursor, has_more }. Each review includes the reviewer name, body, country, app version, and any developer response with its publish state.

get-review

Get a single store review by ID, including reviewer name, title, body, country, app version, posted/ingested timestamps, and any developer response.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
review_idUUIDYesThe review ID (Owlmetry's UUID, not the App Store's external ID)

respond-to-review

⚠️ Destructive (publishes to App Store). Reply to an App Store review. The response is sent to App Store Connect and becomes publicly visible on the App Store listing once Apple publishes it. If a reply already exists, it is replaced — Apple has no PATCH for review responses, so this internally deletes-then-creates.

Requires the project to have an active App Store Connect integration whose API key has Customer Support role or higher. Only call this when the user has explicitly approved the exact response text — the published reply is publicly visible and persistent.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
review_idUUIDYesThe review ID
bodystringYesReply text. Min 1, max 5970 characters (Apple's responseBody limit).

Returns the updated review with developer_response, developer_response_at, developer_response_id, and developer_response_state (PENDING_PUBLISH initially; flips to PUBLISHED on the next reviews sync).

delete-review-response

⚠️ Destructive — irrecoverable. Removes the developer response from the public App Store listing. This is a real Apple-side mutation; the only way back is to post a new reply. Use only when the user has explicitly asked you to delete the reply.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
review_idUUIDYesThe review ID

Returns the updated review with developer_response_* fields cleared.

Ready to get started?

Connect your agent via MCP or CLI and start tracking.