Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYNoYour RunAPI API key. Can also be set 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.

extend_videoC

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

text_to_videoC

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

upscale_videoC

Create a Veo 3.1 task on RunAPI (upscale video). Returns a task id, status, and output URLs.

get_taskA

Fetch the current status and latest result payload for a veo-3-1 task.

check_pricingA

Look up RunAPI pricing for the veo-3-1 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 6 tools

Disambiguation4/5

The creation tools (upscale_video, extend_video, text_to_video) have similar descriptions starting with 'Create a Veo 3.1 task on RunAPI', but their names clearly indicate different operations. Login, pricing, and status tools are distinct. Minor ambiguity from identical phrasing.

Naming Consistency3/5

Most tools follow verb_noun snake_case, but 'login' is a bare verb and 'text_to_video' is not verb_noun. This mixed pattern reduces consistency, though still readable.

Tool Count5/5

6 tools cover the core tasks: three creation types, status retrieval, pricing, and authentication. This is well-scoped for a video generation service.

Completeness4/5

The set covers create, monitor, and pricing. Missing operations like cancel or list tasks are minor gaps; core workflow is complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues