Nexscope

Temu Marketplace Intelligence

GeekBI Temu Image Search MCP Tool

Execute the selected image search operation and preserve provider business fields and extensions.

MCP tool name
nexscope_geekbi_temu_goods_image_search
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-goods-image-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_geekbi_temu_goods_image_search",
    "arguments": {
      "imageUrl": "https://example.invalid/replace-with-provider-oss-image",
      "contentType": "image/jpeg"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-goods-image-search

Arguments

NameTypeRequiredMeaning
imageUrlstringrequired
Provider OSS temporary image URL, obtained through presignedPut and a successful PUT upload with the signature query removed. Replace the example.invalid placeholder before calling; external URLs are rejected upstream. Actual image must be at most 10 MB and JPEG, PNG, GIF, WebP or BMP.
Example: https://example.invalid/replace-with-provider-oss-image
contentTypestringoptional
Must match OSS response and actual image bytes; omitted means server detection.
Example: image/jpeg

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.columnsarray | nulloptional
Render column definitions; business records are separate.
data.columns[]anyrequired
Item in data columns.
data.titlestring | nulloptional
Provider render/source metadata: title.
data.typestring | nulloptional
Provider render/source metadata: type.
data.sourceToolstring | nulloptional
Provider render/source metadata: sourceTool.
data.sourceTypestring | nulloptional
Provider render/source metadata: sourceType.
data.itemsarray | nulloptional
Returned records, including valid empty results; preserve duplicate records and unknown fields.
data.items[]objectrequired
Item in data items.
data.items[].isAdboolean | nulloptional
Provider product flag: isAd.
data.items[].isCustomboolean | nulloptional
Provider product flag: isCustom.
data.items[].isPresaleboolean | nulloptional
Provider product flag: isPresale.
data.items[].goodsIdstring | nulloptional
Provider goodsId; preserve identifier and timestamp strings.
data.items[].mallIdstring | nulloptional
Provider mallId; preserve identifier and timestamp strings.
data.items[].thumbnailstring | nulloptional
Provider thumbnail; preserve identifier and timestamp strings.
data.items[].goodsNamestring | nulloptional
Provider goodsName; preserve identifier and timestamp strings.
data.items[].goodsNameCnstring | nulloptional
Provider goodsNameCn; preserve identifier and timestamp strings.
data.items[].goodsNameEnstring | nulloptional
Provider goodsNameEn; preserve identifier and timestamp strings.
data.items[].brandstring | nulloptional
Provider brand; preserve identifier and timestamp strings.
data.items[].skustring | nulloptional
Provider sku; preserve identifier and timestamp strings.
data.items[].onSaleTimestring | nulloptional
Provider onSaleTime; preserve identifier and timestamp strings.
data.items[].mallOpenTimestring | nulloptional
Provider mallOpenTime; preserve identifier and timestamp strings.
data.items[].createTimestring | nulloptional
Provider createTime; preserve identifier and timestamp strings.
data.items[].updateTimestring | nulloptional
Provider updateTime; preserve identifier and timestamp strings.
data.items[].soldnumber | nulloptional
Provider sold; monetary values use the selected site's currency unless identified as supply prices.
data.items[].quantitynumber | nulloptional
Provider quantity; monetary values use the selected site's currency unless identified as supply prices.
data.items[].mallSoldnumber | nulloptional
Provider mallSold; monetary values use the selected site's currency unless identified as supply prices.
data.items[].salesnumber | nulloptional
Provider sales; monetary values use the selected site's currency unless identified as supply prices.
data.items[].minPricenumber | nulloptional
Provider minPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].maxPricenumber | nulloptional
Provider maxPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].supplyPricenumber | nulloptional
Provider supplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].minSupplyPricenumber | nulloptional
Provider minSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].medianSupplyPricenumber | nulloptional
Provider medianSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].maxSupplyPricenumber | nulloptional
Provider maxSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].goodsScorenumber | nulloptional
Provider goodsScore; monetary values use the selected site's currency unless identified as supply prices.
data.items[].reviewNumnumber | nulloptional
Provider reviewNum; monetary values use the selected site's currency unless identified as supply prices.
data.items[].hostingModenumber | nulloptional
Provider hostingMode; monetary values use the selected site's currency unless identified as supply prices.
data.items[].statusnumber | nulloptional
Provider status; monetary values use the selected site's currency unless identified as supply prices.
data.items[].similarNumnumber | nulloptional
Provider similarNum; monetary values use the selected site's currency unless identified as supply prices.
data.items[].catIdsarray | nulloptional
Associated category identifiers.
data.items[].catIds[]anyrequired
Item in data items[] catIds.
data.items[].catItemsarray | nulloptional
Category paths: catId, catName, catLevel, parentCatId and isLeaf.
data.items[].catItems[]anyrequired
Item in data items[] catItems.
data.items[].daySoldnumber | nulloptional
Provider day Sold metric; sales revenue uses site currency.
data.items[].daySoldRatenumber | nulloptional
Provider growth rate for day Sold.
data.items[].daySalesnumber | nulloptional
Provider day Sales metric; sales revenue uses site currency.
data.items[].daySalesRatenumber | nulloptional
Provider growth rate for day Sales.
data.items[].weekSoldnumber | nulloptional
Provider week Sold metric; sales revenue uses site currency.
data.items[].weekSoldRatenumber | nulloptional
Provider growth rate for week Sold.
data.items[].weekSalesnumber | nulloptional
Provider week Sales metric; sales revenue uses site currency.
data.items[].weekSalesRatenumber | nulloptional
Provider growth rate for week Sales.
data.items[].monthSoldnumber | nulloptional
Provider month Sold metric; sales revenue uses site currency.
data.items[].monthSoldRatenumber | nulloptional
Provider growth rate for month Sold.
data.items[].monthSalesnumber | nulloptional
Provider month Sales metric; sales revenue uses site currency.
data.items[].monthSalesRatenumber | nulloptional
Provider growth rate for month Sales.
data.totalinteger | nulloptional
Provider match count, possibly capped at 10000 for searches.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "imageUrl": "https://example.invalid/replace-with-provider-oss-image",
  "contentType": "image/jpeg"
}

Example structuredContent

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