Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYYesYour RunAPI API key. Get one at https://runapi.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
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
loginA

Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json.

edit_imageB

Create a Grok Imagine task on RunAPI (edit image). Returns a task id, status, and output URLs.

extend_videoB

Create a Grok Imagine task on RunAPI (extend video). Returns a task id, status, and output URLs.

image_to_videoC

Create a Grok Imagine task on RunAPI (image to video). Returns a task id, status, and output URLs.

segment_mapC

Create a Grok Imagine task on RunAPI (segment map). Returns a task id, status, and output URLs.

text_to_imageC

Create a Grok Imagine task on RunAPI (text to image). Returns a task id, status, and output URLs.

text_to_videoC

Create a Grok Imagine task on RunAPI (text to video). Returns a task id, status, and output URLs.

upscale_imageB

Create a Grok Imagine task on RunAPI (upscale image). Returns a task id, status, and output URLs.

get_taskA

Fetch the current status and latest result payload for a grok-imagine task.

check_pricingA

Look up RunAPI pricing for the grok-imagine model line.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Each tool targets a distinct operation or model mode, and names like text_to_image, image_to_video, and upscale_image clearly separate their purposes. However, several tools share the same generic 'Create a Grok Imagine task' description, and segment_map is somewhat ambiguous without more context.

Naming Consistency3/5

The set mixes naming conventions: some tools use verb_noun (edit_image, get_task, check_pricing), some use source_to_target (text_to_image, image_to_video), and one is a bare verb (login). While readable, the lack of a uniform pattern or prefix makes the set feel inconsistent.

Tool Count5/5

With 10 tools, the server is well-scoped for a task-generation MCP. Each tool covers a distinct capability, including authentication, task creation variants, status retrieval, and pricing lookup, without unnecessary bloat.

Completeness4/5

The core workflow of creating tasks, fetching results, logging in, and checking pricing is covered well. Minor gaps exist, such as no cancel_task or list_tasks endpoint, but agents can complete typical generation workflows without dead ends.

Maintenance

ActivityActive
ResponsivenessNo issues