Skip to main content
Glama
runapi-ai
by runapi-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYNoYour RunAPI API key. Alternatively, you can store it 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.

edit_imageB

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

text_to_imageC

Create a GPT 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-image task.

check_pricingB

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

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: authentication, two image generation modes, task status retrieval, and pricing lookup. The two generation tools are differentiated by input type (edit vs. text-to-image) with explicit descriptions.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (edit_image, get_task, check_pricing). 'login' and 'text_to_image' are minor deviations but remain intuitive and consistent in style.

Tool Count5/5

Five tools is well-scoped for an image generation server: authentication, two creation modes, task polling, and pricing. Each tool earns its place without redundancy or bloat.

Completeness4/5

The core create-and-retrieve workflow is well covered, including auth and pricing. Minor gaps exist such as no task cancellation, listing, or webhook support, but these are not essential for basic image generation usage.

Maintenance

ActivitySlowing
ResponsivenessNo issues