You're viewing a demo portfolio

Join the waitlist
PRSM

convert_color

Active

Tool of colorapi

declared in 0.1.0

Convert between color formats: RGB to hex, HSL, HSV, CMYK. Returns the closest named color for the input values.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "b": 51,
      "g": 87,
      "r": 255
    },
    {
      "b": 219,
      "g": 152,
      "r": 52
    }
  ],
  "required": [
    "r",
    "g",
    "b"
  ],
  "properties": {
    "b": {
      "type": "number",
      "description": "Blue channel (0-255)."
    },
    "g": {
      "type": "number",
      "description": "Green channel (0-255)."
    },
    "r": {
      "type": "number",
      "description": "Red channel (0-255)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

colorapi

https://github.com/pipeworx-io/mcp-colorapi

2/7 registries
View full server →
convert_color — colorapi — PRSM MCP