Uneed
U
Uneed
/get_reviews

Get product reviews

Use this when the user wants to read what real users say about a product on uneed.best — the individual community reviews (testimonials) with their star rating.

liveverifiedunknown~5s typical
mcpprobeduneed
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-best-uneed-directory /get_reviews for me.

Input

FieldTypeDescription
slug*stringSlug of the product to read reviews for
limitinteger default 10
sortstring (recent | top)'recent' = newest first (default); 'top' = most liked first default "recent"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-best-uneed-directory","endpoint":"/get_reviews","input":{"slug":"...","limit":10,"sort":"recent"}}'
cli
npx cracked-ai run -p mcp-best-uneed-directory -e /get_reviews -i '{"slug":"...","limit":10,"sort":"recent"}'
mcp
run_tool({ provider: "mcp-best-uneed-directory", endpoint: "/get_reviews", input: {"slug":"...","limit":10,"sort":"recent"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.