BrandKarma

generate_content_from_item

Generates article content from a ContentItem's Brief field using AI. The item must have a Brief. Overwrites the Content field with the generated article. Use this for items created outside the plan workflow.

Remote revuo:brandkarma-4084

Other tools also called generate_content_from_item? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "contentItemId": {
      "description": "Content item ID (ObjectId)",
      "type": "string"
    }
  },
  "required": [
    "contentItemId"
  ]
}