BrandKarma

update_brand_topics

Merge or replace the brand's topics list.

Remote revuo:brandkarma-4084

Other tools also called update_brand_topics? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "topics": {
      "description": "JSON array of objects with 'name' and 'priority' (0.0-1.0) fields",
      "type": "string"
    },
    "mode": {
      "description": "'merge' to add to existing, 'replace' to overwrite",
      "type": "string",
      "default": "merge"
    }
  },
  "required": [
    "brandId",
    "topics"
  ]
}