action color_get_swatch { label: "Generate a color swatch for any color" provider: color method: GET path: "/swatch/" encoding: json input: { type: "object" properties: { color: { type: "string" } name: { type: "string" } } required: ["color"] additionalProperties: false } output: { type: "object" additionalProperties: true } }