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 |
|---|---|
| resize_image | Resize an image to specified dimensions |
| convert_format | Convert image between formats (jpeg, png, webp, avif) |
| crop_image | Crop an image to specified region |
| compress_image | Compress an image with quality settings |
| rotate_image | Rotate an image by specified degrees |
| flip_image | Flip an image horizontally or vertically |
| get_image_info | Get metadata and information about an image |
| batch_resize | Generate multiple sizes from one image |