BrandKarma

get_content_plan

Gets full content plan details including all workstreams and ideas.

Remote revuo:brandkarma-4084

Other tools also called get_content_plan? See providers with this name

Input Schema


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