Skip to main content
Glama
imaginpro
by imaginpro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGINEPRO_API_KEYYesYour ImaginePro API key from imaginepro.ai
IMAGINEPRO_TIMEOUTNoRequest timeout in milliseconds (default: 5 minutes)300000
IMAGINEPRO_BASE_URLNoCustom API endpoint (for enterprise users)https://api.imaginepro.ai

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 an AI image from a text prompt using ImaginePro

gemini-imagineB

Generate images using multi-modal inputs (text + images)

generate-videoB

Generate a video animation from start and end frame images

upscale-imageB

Enhance image resolution and quality

create-variantB

Generate alternative versions of an existing image

reroll-imageB

Regenerate an image using the same prompt

inpaint-imageB

Edit specific regions of an image using a mask

fetch-statusB

Check the status of an image or video generation task

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation4/5

Most tools have distinct purposes, but 'gemini-imagine' and 'generate-image' could cause confusion as both generate images from text prompts. The other tools target clearly different operations like upscaling, inpainting, and video generation.

Naming Consistency3/5

The naming is mixed with hyphenated and underscore styles, and verbs vary (e.g., 'create-variant' vs. 'generate-image'). However, all names are readable and follow a general verb-noun pattern, though not uniformly applied.

Tool Count5/5

With 8 tools, this is well-scoped for an image/video generation server. Each tool addresses a specific need in the creative workflow, from generation to editing and status checking, without being overwhelming.

Completeness4/5

The toolset covers core operations like generation, editing, upscaling, and status tracking. A minor gap is the lack of a tool for deleting or managing generated assets, but the provided tools support most common workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues