BrandKarma
list_content_plans
Lists content plans for a brand, optionally filtered by status.
Remote revuo:brandkarma-4084
Other tools also called list_content_plans?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId)",
"type": "string"
},
"status": {
"description": "Filter by status: Draft, Generating, Active, Completed, Archived",
"type": [
"string",
"null"
],
"default": null
}
},
"required": [
"brandId"
]
}