BrandKarma
list_monitored_queries
Lists all monitored AI visibility prompts for a brand.
Remote revuo:brandkarma-4084
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"
]
}