Fountain Pen Ink MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_inks_by_nameC | Search for fountain pen inks by name using fuzzy matching |
| search_inks_by_colorC | Find inks similar to a given color using RGB matching |
| get_ink_detailsC | Get complete information about a specific ink |
| get_inks_by_makerC | List all inks from a specific manufacturer |
| analyze_colorC | Analyze a color and provide ink knowledge context |
| get_color_paletteB | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap: analyze_color provides color context, get_color_palette generates palettes, get_ink_details retrieves specific ink info, get_inks_by_maker lists by manufacturer, search_inks_by_color matches by RGB, and search_inks_by_name searches by name. The descriptions clearly differentiate their functions, making misselection unlikely.
All tool names follow a consistent verb_noun pattern with snake_case: analyze_color, get_color_palette, get_ink_details, get_inks_by_maker, search_inks_by_color, and search_inks_by_name. The verbs (analyze, get, search) are appropriately chosen for their actions, and the naming is predictable throughout the set.
With 6 tools, this server is well-scoped for its fountain pen ink domain. Each tool earns its place by covering distinct aspects like color analysis, palette generation, ink details, manufacturer listings, and color/name searches. The count is neither too sparse nor bloated, fitting typical MCP server ranges.
The tool set provides strong coverage for ink exploration and color matching, including search, details, and palette generation. Minor gaps exist, such as no explicit tools for updating ink data or managing user collections, but agents can work around these with the available tools for core workflows like finding and analyzing inks.