Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_inks_by_name | Search for fountain pen inks by name using fuzzy matching |
search_inks_by_color | Find inks similar to a given color using RGB matching |
get_ink_details | Get complete information about a specific ink |
get_inks_by_maker | List all inks from a specific manufacturer |
analyze_color | Analyze a color and provide ink knowledge context |
get_color_palette | 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. |