MCPTools

get_marketplace_category

Retrieve one typed Product or Service category.

Use get_marketplace_category after browsing a typed category root or when an agent already has a canonical category slug.

Arguments

NameTypeRequiredDescription
rootKindproduct or serviceYesTyped category root.
categorySlugstringYesSlug from a typed Tradebird category URL.

Example

{
  "jsonrpc": "2.0",
  "id": 9,
  "method": "tools/call",
  "params": {
    "name": "get_marketplace_category",
    "arguments": {
      "rootKind": "service",
      "categorySlug": "5-axis-cnc-milling"
    }
  }
}

Returns

The structured result includes:

  • resultType: "marketplace_category"
  • canonicalUrl
  • category

The category object contains its typed root, breadcrumbs, child directions, representative current listings, and next actions.