lookup_color_contrast
ActiveTool of GoCreative Agent API
declared in 1.27.1
Calculate WCAG color-contrast ratio between two hex colors. Pass 'FG/BG' (no #). Use for accessibility and design agents. Example call: {"fg_bg": "ffffff/3b82f6"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_color_contrastArguments",
"required": [
"fg_bg"
],
"properties": {
"fg_bg": {
"type": "string",
"title": "Fg Bg"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GoCreative Agent API
1/7 registries