BrandKarma

whats_changed

The latest written digest: headline, what moved, and recommended actions. Reads the stored digest — does not call an LLM. If none exists, says so and points at get_visibility_snapshot. Pass brandId, or brandName to resolve via find.

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called whats_changed? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId). Pass this or brandName.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "brandName": {
      "description": "Brand name. Used when brandId is omitted.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  }
}