color_contrast
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
WCAG Color Contrast Checker — Contrast ratio between two hex colors plus WCAG 2.x AA/AAA pass/fail for normal and large text.
Parameters schema
{
"type": "object",
"required": [
"foreground",
"background"
],
"properties": {
"background": {
"type": "string",
"description": "Background hex color, e.g. '#FFFFFF' or 'fff'"
},
"foreground": {
"type": "string",
"description": "Foreground hex color, e.g. '#111111' or '111'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries