BrandKarma
list_categories
Lists content categories for a brand. Categories are used to organize published articles.
Remote revuo:brandkarma-4084
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"
]
}