Skip to main content
Glama
runapi-ai

@runapi.ai/gpt-4o-image-mcp

Official
by runapi-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYNoYour RunAPI API key. Can also be stored in ~/.config/runapi/config.json.

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.

text_to_imageC

Create a GPT-4o Image task on RunAPI (text to image). Returns a task id, status, and output URLs.

get_taskA

Fetch the current status and latest result payload for a gpt-4o-image task.

check_pricingB

Look up RunAPI pricing for the gpt-4o-image 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

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: login for authentication, text_to_image for creating image tasks, get_task for retrieving task status, and check_pricing for pricing information. No overlap.

Naming Consistency4/5

All names use lowercase underscores, but patterns vary: login is a single verb, while others follow verb_noun (get_task, check_pricing) or noun_noun (text_to_image). Minor inconsistency but still readable.

Tool Count5/5

Four tools is well-scoped for a focused image generation API, covering authentication, task creation, status retrieval, and pricing without redundancy.

Completeness4/5

Covers the core workflow: login, generate, retrieve result, and check pricing. A minor gap is lack of a delete or list tasks tool, but the essential operations are present.

Maintenance

ActivitySlowing
ResponsivenessNo issues