BrandKarma
generate_content_from_idea
Triggers content generation for an approved content idea. Enqueues a job that runs research, writing, and editorial review. Creates a ContentItem with the generated markdown when done.
Remote revuo:brandkarma-4084
Other tools also called generate_content_from_idea?
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"
},
"ideaId": {
"description": "Content idea ID (GUID)",
"type": "string"
}
},
"required": [
"planId",
"workstreamId",
"ideaId"
]
}