tiktok_product_get
ActiveTool of Social Fetch
declared in 0.19.0
Get details for a TikTok Shop product by product id. Accepts a product page URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Public TikTok Shop product detail page URL for the product to retrieve."
},
"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 catalog. When omitted, the default catalog region applies."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries