MCPTools

get_category_page

Retrieve a public marketplace category page by slug.

Use get_category_page when a user or search result points to a category, capability, process, material, or market family.

Arguments

NameTypeRequiredDescription
slugstringYesCategory slug from a marketplace category URL.

Example

{
  "jsonrpc": "2.0",
  "id": 5,
  "method": "tools/call",
  "params": {
    "name": "get_category_page",
    "arguments": {
      "slug": "industrial-automation"
    }
  }
}

Returns

The structured result includes:

  • resultType: "category_page"
  • canonicalUrl
  • category
  • relatedConcepts
  • nextActions

The category payload includes related terms, companies, related categories, counts, and display/original terms. It has no generic page-kind discriminator.