BrandKarma

generate_brief_for_idea

Generates an AI content brief for a content idea using web research. The brief specifies outline, key points, tone, CTAs — everything a writer needs. Stores the result in the idea's Brief field for review before content generation.

Remote revuo:brandkarma-4084

Other tools also called generate_brief_for_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"
  ]
}