submit_review
Submit a community review (1-5 star rating + optional text) for a listing.
`vertical` is the category key (restaurants, temples, groceries, professionals, salons, apparel,
sweets, studios, services, community, legal, education, realestate, finance) and `listing_id` is
the id returned by that category's get_/search_ tools. Reviews are moderated: clean ones publish
immediately and spam/abusive ones are held for human review. Returns {'ok', 'id', 'status'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| text | No | ||
| rating | Yes | ||
| vertical | Yes | ||
| listing_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||