create_content_plan
Creates a new content plan and generates AI workstreams. This is an expensive operation (uses LLM credits) and may take 15-30 seconds.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId)",
"type": "string"
},
"startDate": {
"description": "Plan start date (ISO 8601, e.g. '2025-02-01')",
"type": "string"
},
"endDate": {
"description": "Plan end date (ISO 8601)",
"type": "string"
},
"name": {
"description": "Plan name (auto-generated if omitted)",
"type": [
"string",
"null"
],
"default": null
},
"themeFocus": {
"description": "Theme or focus area for AI generation",
"type": [
"string",
"null"
],
"default": null
},
"additionalInstructions": {
"description": "Additional instructions for the AI content planner",
"type": [
"string",
"null"
],
"default": null
}
},
"required": [
"brandId",
"startDate",
"endDate"
]
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
BrandKarma
Remotehttps://app.getbrandkarma.com/api/mcp/