BrandKarma

list_categories

Lists content categories for a brand. Categories are used to organize published articles. Returns both the public 'description' (served as the category page meta description) and the private 'internalNotes' (planner-facing strategy/positioning copy, never served publicly).

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called list_categories? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    }
  },
  "required": [
    "brandId"
  ]
}