create_monitored_query

Creates a new AI visibility monitoring query (prompt) for a brand.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "displayName": {
      "description": "Display name for this query",
      "type": "string"
    },
    "prompt": {
      "description": "The prompt text to send to LLMs",
      "type": "string"
    },
    "queryType": {
      "description": "Query type: UnaidedAwareness, Reputation, Custom",
      "type": "string",
      "default": "Custom"
    },
    "industry": {
      "description": "Industry context",
      "type": "string",
      "default": "General"
    },
    "aspect": {
      "description": "Aspect to focus on (optional)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "status": {
      "description": "Status: Auto, On, Off (default Auto)",
      "type": "string",
      "default": "Auto"
    },
    "countryCode": {
      "description": "Target country code (default US)",
      "type": "string",
      "default": "US"
    },
    "languageCode": {
      "description": "Target language code (default en)",
      "type": "string",
      "default": "en"
    }
  },
  "required": [
    "brandId",
    "displayName",
    "prompt"
  ]
}
          

Remote Providers (1)

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

BrandKarma

Remote

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

View product →