get_brand_timeline

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

Available from 1 provider (1 remote)

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"
  ]
}
          

Remote Providers (1)

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

BrandKarma

Remote

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

View product →