You're viewing a demo portfolio

Join the waitlist
PRSM

get_product_reviews

Active

Tool of Synchronity

declared in 0.2.0

๐Ÿ” **RECOMMENDED STEP** โ€” Fetch product reviews and authenticity consensus before making purchase decisions. Returns: average rating, trust score (0.0-1.0), review sentiment analysis, authenticity flags (fake reviews, seller issues, negative trends), and recent reviews with verified purchase status. Always call this for each product before adding to cart to verify quality and detect scams.

Parameters schema

{
  "type": "object",
  "required": [
    "site_id",
    "product_id"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number (default: 1)"
    },
    "limit": {
      "type": "integer",
      "maximum": 100,
      "minimum": 1,
      "description": "Max reviews to return (default: 10)"
    },
    "site_id": {
      "type": "string",
      "description": "Registered site ID"
    },
    "product_id": {
      "type": "string",
      "description": "Product ID"
    }
  }
}

What this tool wrapsยท 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence โ‰ฅ 0.50.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server โ†’