check_brand_compliance
Validates a Word document against brand rules: checks allowed fonts and explicit body-text colors, flags non-compliant hex values and unverified theme-indirected colors.
Instructions
Brand-guide compliance: the same engine and ruleset schema as check_template_compliance, plus a colors rule:
{"fonts": {"allowed": ["Georgia", "Arial"]}, "colors": {"allowed_hex": ["1F4E79", "C00000"]}}
colors checks explicit run color values (w:color) in body text against the allowed palette; hex comparison ignores case and a leading '#'. Theme-indirected colors go to "unverified". Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||