Skip to main content
Glama

Fountain Pen Ink MCP Server

by ewilderj

get_color_palette

Generate themed or harmony-based ink palettes for fountain pens. Choose from predefined themes, custom hex colors, or create palettes based on color harmony rules like complementary or triadic.

Instructions

Generate a themed or harmony-based palette of inks. Supports three modes: 1) Predefined themes (warm, cool, earth, ocean, autumn, spring, summer, winter, pastel, vibrant, monochrome, sunset, forest), 2) Custom hex color lists (comma-separated), 3) Color harmony generation from a base hex color.

Input Schema

NameRequiredDescriptionDefault
harmonyNoColor harmony rule to apply when theme is a single hex color. Options: "complementary", "analogous", "triadic", "split-complementary". Requires theme to be a valid hex color.
palette_sizeNoNumber of inks in the palette (default: 5)
themeYesTheme name (e.g., "warm", "ocean"), comma-separated hex colors (e.g., "#FF0000,#00FF00"), or single hex color for harmony generation (e.g., "#FF0000").

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "harmony": { "description": "Color harmony rule to apply when theme is a single hex color. Options: \"complementary\", \"analogous\", \"triadic\", \"split-complementary\". Requires theme to be a valid hex color.", "enum": [ "complementary", "analogous", "triadic", "split-complementary" ], "type": "string" }, "palette_size": { "default": 5, "description": "Number of inks in the palette (default: 5)", "type": "number" }, "theme": { "description": "Theme name (e.g., \"warm\", \"ocean\"), comma-separated hex colors (e.g., \"#FF0000,#00FF00\"), or single hex color for harmony generation (e.g., \"#FF0000\").", "type": "string" } }, "required": [ "theme" ], "type": "object" }
Install Server

Other Tools from Fountain Pen Ink MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ewilderj/inks-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server