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 |
|---|---|
| color-scheme-guidance | Provides guidance on how to use the color scheme generation tools and create harmonious color palettes. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_monochrome_scheme | Generates a monochrome color scheme with variations of a single hue |
| generate_monochrome_dark_scheme | Generates a dark monochrome color scheme |
| generate_monochrome_light_scheme | Generates a light monochrome color scheme |
| generate_analogic_scheme | Generates an analogic color scheme with adjacent colors on the color wheel |
| generate_complement_scheme | Generates a complementary color scheme with opposite colors on the color wheel |
| generate_analogic_complement_scheme | Generates an analogic complement color scheme |
| generate_triad_scheme | Generates a triad color scheme with three evenly spaced colors on the color wheel |
| generate_quad_scheme | Generates a quad color scheme with four evenly spaced colors on the color wheel |