Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the SSE transport.4000
MODELNoOpenAI image model.gpt-image-2
API_KEYYesOpenAI API key.
BASE_URLNoOpenAI API URL prefix, for example https://api.openai.com/v1. Root URLs auto-append /v1.
FILE_DIRNoDirectory for auto-saved files in SSE/HTTP mode. Docker defaults this to /data../data

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_imageA

Generate image(s) with the OpenAI Images API. SSE/HTTP transports auto-save files and return image URLs; stdio requires filepath.

edit_imageA

Edit image(s) with the OpenAI Images Edit API. SSE/HTTP transports auto-save files and return image URLs; stdio requires filepath.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

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

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: generate_image and edit_image. The naming is consistent and predictable.

Tool Count3/5

With only 2 tools, the server is on the thin side. While adequate for basic image generation and editing, it feels minimal and could reasonably include additional related operations.

Completeness4/5

The server covers the two primary actions for an image API service. Missing common operations like image variations or model listing, but the core generation and editing workflows are fully represented.

Maintenance

ActivityMaintained
ResponsivenessNo issues