BrandKarma

list_monitored_queries

Lists all monitored AI visibility prompts for a brand.

Remote Account required revuo:brandkarma-4084

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

Other tools also called list_monitored_queries? See providers with this name

Input Schema


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