Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_IMAGE_MERGE_API_KEYYesThe API key for AI Image Merge. Create one in Settings → API Keys.
AI_IMAGE_MERGE_API_URLNoThe base URL of the AI Image Merge API. Defaults to https://aiimagemerge.com.https://aiimagemerge.com

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": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
merge_imagesA

Combine exactly two public JPG, PNG, or WebP image URLs into one AI-generated image. The call consumes credits from the configured AI Image Merge account and returns a task id for polling. Website: https://aiimagemerge.com

get_merge_statusA

Check the status of an image merge task created by merge_images and return the generated image URL when it is ready. Website: https://aiimagemerge.com

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

merge_images starts a new image merge task, while get_merge_status checks an existing task's status and retrieves the result. Their purposes are clearly distinct and there is no overlap that would confuse an agent.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: merge_images and get_merge_status. The verbs clearly indicate actions (merge/check) and the nouns describe the target resource.

Tool Count5/5

The server has exactly two operations needed for its narrow purpose: submitting a task and polling for its result. This is well-scoped and does not feel too thin or too heavy.

Completeness5/5

The tool set covers the full workflow from initiating an image merge to retrieving the generated image URL. There are no obvious missing operations for the stated purpose of merging two images via the AI Image Merge service.

Maintenance

ActivityMaintained
ResponsivenessNo issues