Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINIMAX_API_KEYYesBearer token for the MiniMax API. Required.
MINIMAX_OUTPUT_DIRNoBase directory for saved images. Default: ./output./output

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
minimax_image_generateA

Generate images from text prompts using MiniMax's image-01 model. Supports multiple aspect ratios, batch generation (1-9 images), image-to-image with character references, prompt optimization, and seed-based reproducibility. Images are saved to disk and file paths are returned.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap between tools. The single tool's purpose is clearly defined.

Naming Consistency5/5

The tool name 'minimax_image_generate' follows a clear verb_noun pattern. Since there is only one tool, consistency is trivially maintained.

Tool Count2/5

The server provides only one tool for image generation, which is insufficient for a comprehensive service. Typical image generation servers include additional tools for configuration, model management, or image handling, making this feel extremely thin.

Completeness2/5

The single tool attempts to cover image generation and image-to-image, but lacks supporting operations such as model listing, parameter validation, or result management. The surface is incomplete for a robust image generation workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues