Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key or token issued by a compatible OpenAI gateway.
OPENAI_BASE_URLNoBase URL for the OpenAI-compatible API. Defaults to https://api.openai.com/v1.https://api.openai.com/v1
OPENAI_IMAGE_MODELNoThe image model to use. Defaults to gpt-image-2.gpt-image-2

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 one image with gpt-image-2, optionally guided by reference images.

edit_imageC

Edit one or more input images with gpt-image-2.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one generates new images, the other edits existing images. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern (generate_image, edit_image), providing a consistent and predictable naming convention.

Tool Count4/5

At two tools, the set is minimal but appropriate for the server's focused purpose of image generation and editing. While slightly thin, each tool is essential and well-scoped.

Completeness5/5

The tool surface fully covers the domain of image creation and modification. There are no obvious missing operations for the server's stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues