update_brand_topics

Merge or replace the brand's topics list.

Available from 1 provider (1 remote)

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"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →