tiktok_product_reviews_list
ActiveTool of Social Fetch
declared in 0.19.0
List buyer reviews for a TikTok Shop product by product id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"url": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Public TikTok Shop product detail page URL for the product whose reviews should be listed."
},
"page": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "1-based review page number. Omit to request the first page."
},
"region": {
"enum": [
"US",
"GB",
"DE",
"FR",
"IT",
"ID",
"MY",
"MX",
"PH",
"SG",
"ES",
"TH",
"VN",
"BR",
"JP",
"IE"
],
"type": "string",
"description": "Optional country or region code for the product review catalog. When omitted, the default catalog region applies."
},
"productId": {
"type": "string",
"minLength": 1,
"description": "TikTok Shop product identifier. Provide this instead of `url` when you already know the product id."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries