BrandKarma
copy_content_to_brief
Copies the Content field of an existing ContentItem into the Brief field of a content idea. Use this to convert previously generated content into a brief for re-generation through the improved pipeline.
Remote revuo:brandkarma-4084
Other tools also called copy_content_to_brief?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"contentItemId": {
"description": "Content item ID (ObjectId) — the source to copy content from",
"type": "string"
},
"planId": {
"description": "Content plan ID (ObjectId)",
"type": "string"
},
"workstreamId": {
"description": "Workstream ID (GUID)",
"type": "string"
},
"ideaId": {
"description": "Content idea ID (GUID)",
"type": "string"
}
},
"required": [
"contentItemId",
"planId",
"workstreamId",
"ideaId"
]
}