Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
raster_infoA

Return image metadata: dimensions, format, mode, DPI, file size.

raster_convertC

Convert image to another format (png, jpeg, webp, tiff, bmp).

raster_resizeB

Resize image. Provide width/height, scale factor, or fit mode (cover/contain/fill).

raster_cropA

Crop image to the specified rectangle (inclusive pixel coordinates).

raster_rotateB

Rotate image by degrees. expand=True enlarges canvas to fit.

raster_adjustC

Adjust image properties. Values: 1.0 = no change, >1.0 = increase, <1.0 = decrease.

raster_filterB

Apply a named filter. Supported: blur, gaussian_blur, median, sharpen, edge_enhance, denoise, grayscale, invert, threshold.

raster_enhanceC

Auto-enhance image. mode: contrast, color, sharpness, or all.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool handles a distinct operation (metadata, conversion, resizing, cropping, rotation, adjustment, filtering, enhancement) with no functional overlap. Descriptions clearly differentiate the actions.

Naming Consistency5/5

All tools follow the consistent raster_ prefix followed by a verb (convert, resize, crop, rotate, adjust, filter, enhance) or a noun (info). The pattern is uniform and predictable.

Tool Count5/5

Eight tools cover a comprehensive set of image operations without being excessive. Each tool serves a clear purpose, and the count is well-scoped for an image manipulation server.

Completeness5/5

The toolset covers the core lifecycle of raster image manipulation: reading metadata, converting formats, geometric transformations, color adjustments, and enhancement. No major gaps are apparent for typical image editing workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues