Nexscope

Temu Marketplace Intelligence

GeekBI Temu Category List MCP Tool

Return provider category records without inventing search pagination fields.

MCP tool name
nexscope_geekbi_temu_category_list
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If 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-category-list-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_geekbi_temu_category_list",
    "arguments": {}
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-category-list

Arguments

NameTypeRequiredMeaning
parentCatIdintegeroptional
Known nonnegative category ID; omit for top-level categories
Example: 27011

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.totalinteger | nulloptional
Number of returned records.
data.columnsarray | nulloptional
Provider render column metadata.
data.columns[]anyrequired
Item in data columns.
data.titlestring | nulloptional
Provider render/source metadata.
data.typestring | nulloptional
Provider render/source metadata.
data.sourceTypestring | nulloptional
Provider render/source metadata.
data.sourceToolstring | nulloptional
Provider render/source metadata.
data.categoriesarray | nulloptional
Category tree nodes.
data.categories[]objectrequired
Item in data categories.
data.categories[].catIdinteger | nulloptional
Provider identifier; searches use regionId and known category IDs.
data.categories[].catLevelinteger | nulloptional
Provider identifier; searches use regionId and known category IDs.
data.categories[].parentCatIdinteger | nulloptional
Provider identifier; searches use regionId and known category IDs.
data.categories[].catNamestring | nulloptional
Provider catName.
data.categories[].isLeafboolean | nulloptional
Whether this category is a leaf.
data.parentCatIdinteger | nulloptional
Supplied parent category ID, if present.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{}

Example structuredContent

{
  "data": {
    "columns": [],
    "categories": [],
    "total": 0
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}