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
| Name | Type | Required | Description |
|---|---|---|---|
rootKind | product or service | Yes | Typed category root. |
categorySlug | string | Yes | Slug 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"canonicalUrlcategory
The category object contains its typed root, breadcrumbs, child directions,
representative current listings, and next actions.