Temu Marketplace Intelligence
GeekBI Temu Product Detail MCP Tool
Execute the selected product detail operation and preserve provider business fields and extensions.
MCP tool name
nexscope_geekbi_temu_goods_detailEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-detail/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "geekbi-temu-goods-detail-1",
"method": "tools/call",
"params": {
"name": "nexscope_geekbi_temu_goods_detail",
"arguments": {
"goodsId": "601100240999226",
"regionId": 211
}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-detail/runCanonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-goods-detailArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
goodsId | string | required | Product ID returned by product search. Example: 601100240999226 |
regionId | integer | optional | Temu region from sites[].regionId; never siteId. Example: 211 |
Response fields
Treat structuredContent as the programmatic API response payload.
No response field schema is defined for this tool.
Examples
Example arguments
{
"goodsId": "601100240999226",
"regionId": 211
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"columns": [],
"goods": {},
"history": [],
"regionId": 211
}