Skip to main content
Glama
runapi-ai

@runapi.ai/gemini-omni-mcp

by runapi-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYYesYour RunAPI API key

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_videoA

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

create_audioB

Run a synchronous Gemini Omni operation on RunAPI (create audio). Returns the operation result.

create_characterB

Run a synchronous Gemini Omni operation on RunAPI (create character). Returns the operation result.

get_taskA

Fetch the current status and latest result payload for a gemini-omni task.

check_pricingB

Look up RunAPI pricing for the gemini-omni 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 6 tools

Disambiguation5/5

Each tool targets a distinct operation: video creation, character creation, audio creation, pricing lookup, task status fetch, and authentication. There is no ambiguity between them, as the action and resource are clearly separated.

Naming Consistency4/5

Most tools follow a verb_noun pattern (create_character, create_audio, check_pricing, get_task), but text_to_video is a descriptive noun phrase rather than a verb, and login is a single verb. These minor deviations are still readable and predictable overall.

Tool Count5/5

With 6 tools, the server is well-scoped for a media generation API. It covers creation, status tracking, pricing, and authentication without unnecessary bloat or redundancy.

Completeness4/5

The tool surface covers the core lifecycle: creating various media types, retrieving task results, checking pricing, and authenticating. Missing operations like list/cancel tasks or delete resources are plausible gaps but not critical for typical usage, so the coverage is largely sufficient.

Maintenance

ActivityMaintained
ResponsivenessNo issues