BrandKarma

propose_ideas_from_research

Expensive LLM job — does not spend a researched cluster. Proposes a workstream's articles from its research dossier and writes them into the workstream as status=Idea. Each idea cites the claim ids it is built on, states its angle, takes a distinct shape, and targets a reading level. Ideas that cite no claim, cite only one publisher, repeat a shape or angle already taken, or reach for template phrasing are rejected by code and regenerated once. Existing ideas that anyone has acted on — approved, briefed, annotated or already written — are kept; untouched proposals are replaced. Runs automatically at the end of deep research; call it directly to re-propose from research already paid for.

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called propose_ideas_from_research? 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"
    },
    "count": {
      "description": "How many articles the cluster should end up proposing. Default 6.",
      "type": "integer",
      "default": 6
    }
  },
  "required": [
    "planId",
    "workstreamId"
  ]
}