Imagician
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 |
|---|---|
| resize_imageC | Resize an image to specified dimensions |
| convert_formatC | Convert image between formats (jpeg, png, webp, avif) |
| crop_imageC | Crop an image to specified region |
| compress_imageC | Compress an image with quality settings |
| rotate_imageC | Rotate an image by specified degrees |
| flip_imageB | Flip an image horizontally or vertically |
| get_image_infoB | Get metadata and information about an image |
| batch_resizeC | Generate multiple sizes from one image |
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 8 tools
Each tool has a clearly distinct purpose targeting specific image manipulation operations. There is no overlap or ambiguity between tools like resize_image vs. batch_resize (single vs. multiple), compress_image vs. convert_format (quality vs. format), or crop vs. flip vs. rotate.
All tools follow a consistent verb_noun pattern with snake_case naming. The verbs are precise and descriptive (batch_resize, compress_image, convert_format, crop_image, flip_image, get_image_info, resize_image, rotate_image), creating a predictable and readable set.
With 8 tools, this is well-scoped for an image processing server. Each tool earns its place by covering essential operations like resizing, compression, conversion, cropping, flipping, metadata retrieval, and rotation without being overwhelming or insufficient.
The toolset provides comprehensive coverage for core image manipulation tasks, including format conversion, resizing, cropping, rotation, flipping, compression, and metadata. A minor gap might be the lack of advanced operations like filters or effects, but the basics are fully covered for practical use.