BrandKarma

get_brand_context

Primary entry point. Returns brand details, keywords, topics, competitors, content summary (counts by status), active plan summaries, and recent timeline events. Call this first to understand the brand before using other tools.

Remote revuo:brandkarma-4084

Other tools also called get_brand_context? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    }
  },
  "required": [
    "brandId"
  ]
}