Skip to main content
Glama

Fountain Pen Ink MCP Server

by ewilderj

search_inks_by_color

Locate fountain pen inks matching a specific RGB color code by inputting a hex color value and optional result limit. Ideal for finding ink shades tailored to your preferences.

Instructions

Find inks similar to a given color using RGB matching

Input Schema

NameRequiredDescriptionDefault
colorYesHex color code (e.g., "#FF5733")
max_resultsNoMaximum number of results to return (default: 20)

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Hex color code (e.g., \"#FF5733\")", "type": "string" }, "max_results": { "default": 20, "description": "Maximum number of results to return (default: 20)", "type": "number" } }, "required": [ "color" ], "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