Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_KEYYesYour Google AI Studio API key with access to Gemini image-capable models
AGILEIMAGEGEN_LOG_LEVELNoLog level for the serverinfo
AGILEIMAGEGEN_OUTPUT_DIRNoDirectory where generated images are written by default./output
AGILEIMAGEGEN_SAVE_PROMPTSNoWhether to save prompts to diskfalse
AGILEIMAGEGEN_DEFAULT_MODELNoDefault model for image generation and editinggemini-2.5-flash-image

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
image.generateA

Generate an image with Gemini using a Google AI Studio API key. Saves the result to disk and returns structured metadata.

image.editA

Edit one or more local images with Gemini using multimodal input. Saves the result to disk and returns structured metadata.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, image.generate and image.edit, are clearly distinct: one creates a new image and the other modifies existing images. There is no overlap in their purposes, making it easy for an agent to select the correct tool.

Naming Consistency5/5

Both tool names follow a consistent image.<verb> pattern (generate, edit). The uniform use of the dot separator and the shared namespace creates a predictable naming convention.

Tool Count3/5

With only 2 tools, the server feels thin. While both tools serve a clear purpose, the count is borderline and does not provide a broader toolkit that might be expected from an image-focused server.

Completeness4/5

The server covers the core operations of generating and editing images, which are its stated purpose. There are no obvious missing operations within that narrow scope, though it lacks any lifecycle management (e.g., listing or deleting images).

Maintenance

ActivityInactive
ResponsivenessNo issues