BrandKarma

list_content_guidelines

Cheap summary of which languages have content guidelines configured for a brand and how complete each is (no glossary entries, no full text). Use this to plan localization passes before fetching full guideline bodies via get_content_guidelines.

Remote Account required revuo:brandkarma-4084

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

Other tools also called list_content_guidelines? See providers with this name

Input Schema


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