BrandKarma

list_research_dossiers

Lists a brand's research dossiers, newest first, with their status and how much evidence each holds.

Remote Account required revuo:brandkarma-4084

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

Other tools also called list_research_dossiers? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    }
  },
  "required": [
    "brandId"
  ]
}