color_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Color Converter (HEX / RGB / HSL) — Convert a color between HEX, RGB and HSL representations.
Parameters schema
{
"type": "object",
"properties": {
"b": {
"type": "integer",
"description": "Blue 0-255"
},
"g": {
"type": "integer",
"description": "Green 0-255"
},
"r": {
"type": "integer",
"description": "Red 0-255"
},
"hex": {
"type": "string",
"description": "Hex color, e.g. '#3498db' (or provide r/g/b)"
}
},
"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