BrandKarma

get_brand_timeline

Gets a unified event timeline for the brand: content publications, traffic changes, awareness changes, and monitoring run completions.

Remote revuo:brandkarma-4084

Other tools also called get_brand_timeline? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "days": {
      "description": "Number of days to look back (default 30)",
      "type": "integer",
      "default": 30
    },
    "eventType": {
      "description": "Filter by event type: ContentScheduled, ContentPublished, ContentDraftReady, TrafficChange, AwarenessChange, MonitorRunCompleted",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "brandId"
  ]
}