BrandKarma
approve_workstream
Approves an entire workstream — sets all 'Idea' status items to 'ApprovedForGeneration' and auto-assigns scheduled dates across the plan date range.
Remote revuo:brandkarma-4084
Other tools also called approve_workstream?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"planId": {
"description": "Content plan ID (ObjectId)",
"type": "string"
},
"workstreamId": {
"description": "Workstream ID (GUID)",
"type": "string"
}
},
"required": [
"planId",
"workstreamId"
]
}