BrandKarma

update_brand_keywords

Merge or replace the brand's keywords list.

Remote revuo:brandkarma-4084

Other tools also called update_brand_keywords? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "keywords": {
      "description": "JSON array of keyword strings",
      "type": "string"
    },
    "mode": {
      "description": "'merge' to add to existing, 'replace' to overwrite",
      "type": "string",
      "default": "merge"
    }
  },
  "required": [
    "brandId",
    "keywords"
  ]
}