Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTO_SAVENoAutomatically save images when no path specifiedtrue
LOG_LEVELNoLogging level (error, warn, info, debug)info
GEMINI_API_KEYYesYour Google AI Studio API key (required)
DEFAULT_SAVE_DIRNoDefault directory for saved images~/Downloads/gemini-images

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageB

Generate an image from a text prompt using Gemini 2.5 Flash Image

edit_imageA

Edit an image using a prompt. Provide one input image via base64 or file path.

compose_imagesC

Compose a new image using multiple input images and a guiding prompt.

style_transferB

Transfer style from a style image to a base image, guided by an optional prompt.

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 4 tools

Disambiguation5/5

Each tool targets a distinct image operation: generating from scratch, editing, composing multiple images, and style transfer. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., compose_images, edit_image). No deviations.

Tool Count5/5

Four tools cover essential image generation capabilities without being sparse or overloaded. The scope is well-balanced.

Completeness4/5

Core image workflows (generation, editing, composition, style transfer) are covered. Minor gaps like cropping or deletion exist but are non-essential for the server's purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues