Skip to main content
Glama
runapi-ai

RunAPI Gemini TTS MCP Server

by runapi-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNAPI_API_KEYNoAPI key for RunAPI. Required for text_to_speech and get_task operations. Optional if you have logged in via the login tool, but recommended for headless environments.

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_speechA

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

get_taskA

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

check_pricingA

Look up RunAPI pricing for the gemini-tts 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.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: authentication, creating a TTS task, fetching task status, and checking pricing. No overlap or ambiguity between them.

Naming Consistency4/5

Most tools follow a verb_noun pattern (get_task, check_pricing), and login is a simple verb. text_to_speech is a compound noun phrase rather than verb_noun, but all are lowercase with underscores and readable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to the essential operations for RunAPI Gemini TTS. Each tool earns its place and the count is appropriate for the narrow domain.

Completeness4/5

Core lifecycle is covered: auth, create task, poll for results, and check pricing. Missing features like task cancellation or listing historical tasks are minor gaps that don't break the primary workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues