search_color_names
ActiveTool of mcp-color-pizza
declared in 0.1.0
Search named colors whose name contains a substring (e.g. "blue", "rose", "teal"). Returns matching color names with their hex codes. Optionally restrict to a specific naming list (see list_palettes).
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"list": {
"type": "string",
"description": "Optional color-name list to search within. Default \"default\"."
},
"name": {
"type": "string",
"description": "Substring to search color names for, e.g. \"blue\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-color-pizza
https://github.com/pipeworx-io/mcp-color-pizza
2/7 registries