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.

Available from 1 provider (1 remote)

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"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →