BrandKarma

get_brand_analytics

Gets brand analytics: sentiment scores, share of voice, mention rankings, and competitor mentions. Aggregated across all monitoring runs with optional filters.

Remote revuo:brandkarma-4084

Other tools also called get_brand_analytics? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "type": {
      "description": "Filter by query type (e.g. 'UnaidedAwareness', 'Reputation')",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "industry": {
      "description": "Filter by industry",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "aspect": {
      "description": "Filter by aspect",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "llmProvider": {
      "description": "Filter by LLM provider name",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "startDate": {
      "description": "Start date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "endDate": {
      "description": "End date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "brandId"
  ]
}