MCPMCP Tools/Reference Data/list_publisher_categories

list_publisher_categories

Readreference:read

Search a single publisher's OWN category catalog — GABF: google, apple, bing, facebook. Global reference data. Returns that publisher's native category ids + display names. Apple categories are country-specific — pass country (ISO-2). Use the returned ids for a location's publisher categories (primaryCategoryGoogle / facebookCategoryId / appleCategoryId / bingCategoryId).

Parameters
publisher"google" | "apple" | "bing" | "facebook"required
google | apple | bing | facebook
querystringoptional
Category name substring to match
countrystringoptional
ISO-2 country (recommended for Apple)
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_publisher_categories",
    "arguments": {
      "publisher": "google"
    }
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.