BrandKarma

list_prompt_industries

Lists the values a prompt's 'industry' may take for a brand, best granularity first. These are the brand's own categories and industries — the field is a report grouping key, not a free-text label, so anything outside this list is snapped into it.

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called list_prompt_industries? See providers with this name

Input Schema


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