Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoThe Gemini model to use for image generation.gemini-3.1-flash-image-preview
GEMINI_API_KEYYesYour Gemini API key from Google AI Studio.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
configure_gemini_tokenA

Configure your Gemini API token for nano-banana image generation

generate_imageA

Generate a NEW image from text prompt. Use this ONLY when creating a completely new image, not when modifying an existing one.

edit_imageA

Edit a SPECIFIC existing image file, optionally using additional reference images. Use this when you have the exact file path of an image to modify.

get_configuration_statusA

Check if Gemini API token is configured

continue_editingA

Continue editing the LAST image that was generated or edited in this session, optionally using additional reference images. Use this for iterative improvements, modifications, or changes to the most recent image. This automatically uses the previous image without needing a file path.

get_last_image_infoA

Get information about the last generated/edited image in this session (file path, size, etc.). Use this to check what image is currently available for continue_editing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: configuration, generation, file-specific editing, last-image editing, status check, and info retrieval. The descriptions explicitly clarify boundaries, especially between edit_image (specific file) and continue_editing (last image).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (configure_gemini_token, generate_image, edit_image, get_configuration_status, continue_editing, get_last_image_info). Minor variation like 'continue_editing' still starts with a verb, maintaining a predictable style.

Tool Count5/5

With 6 tools, the set is well-scoped for an image generation/editing server. It covers configuration, creation, editing, iteration, and status/info queries without unnecessary bloat or missing essentials.

Completeness4/5

The core lifecycle is covered: configure, generate, edit, continue editing, and retrieve info. Minor gaps exist, such as no explicit list or delete operations for generated images, but these are peripheral to the primary generation/editing workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues