Reviews and Ratings
Collect user reviews and ratings with moderation support.
Let users rate and review content, items, or experiences within your app. Reviews go through a moderation pipeline before being published.
Client API reference
| Method | Path | Description |
|---|---|---|
POST | /client/reviews | Submit a review |
GET | /client/reviews | List published reviews |
GET | /client/reviews/:targetId | Get reviews for a target |
Submit a review
MCP tools
| Tool | Description |
|---|---|
amba_get_review_stats | Get review statistics (total, average rating, pending approvals, distribution) |
Database tables
| Table | Purpose |
|---|---|
reviews | Review records with rating, body, target, and approval status |