Skip to main content
Glama
BlockRunAI

BlockRun MCP

Official
by BlockRunAI

blockrun_speech

Generate speech from text or create sound effects using AI voice models. Supports voice selection, speed control, and multiple pricing tiers.

Instructions

AI voice via BlockRun x402 — speak text aloud (ElevenLabs or ByteDance Seed Audio), generate sound effects, list voices.

Actions:

  • speak (default): text-to-speech. E.g. "speak this with the sarah voice". Price = chars/1000 × rate (min $0.001), quoted before payment.

  • sound_effect: cinematic sound effects from a text prompt, up to 22s ($0.0525/clip)

  • voices: list available voices (free)

Models (speak): elevenlabs/flash-v2.5 ($0.05/1k chars, 75ms, default), elevenlabs/turbo-v2.5 ($0.05/1k), elevenlabs/multilingual-v2 ($0.10/1k, narration), elevenlabs/v3 ($0.10/1k, most expressive), bytedance/seed-audio-1.0 ($0.003/sec of output, est. from input length; max 3k chars in / 120s out) — prompt-DIRECTED audio: describe the voice, emotion, and sound staging in the input text itself ("a tired detective mutters, rain in the background: ..."); the voice parameter is ignored.

Voice aliases (ElevenLabs models only): sarah (default), george, laura, charlie, river, roger, callum, harry — or any raw ElevenLabs voice_id.

Returns a hosted audio URL — download immediately if you need to keep the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNospeak: text to synthesize. sound_effect: description of the sound, e.g. 'rain on a tin roof, distant thunder' (max 1000 chars).
modelNoSpeech model (speak only). seed-audio-1.0 is prompt-directed: voice/emotion/staging go in the input text, the voice param is ignored, and billing is per estimated second of output.elevenlabs/flash-v2.5
speedNoPlayback speed 0.7-1.2 (speak only)
voiceNoVoice alias (sarah, george, laura, charlie, river, roger, callum, harry) or raw ElevenLabs voice_id. Default: sarah.
actionNospeak: text-to-speech (default). sound_effect: generate a sound effect. voices: list voices (free).speak
agent_idNoAgent identifier for budget tracking and enforcement.
response_formatNoAudio formatmp3
duration_secondsNoSound effect length in seconds (sound_effect only; default: auto)
prompt_influenceNoHow literally to follow the prompt, 0-1 (sound_effect only)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only declare readOnlyHint=false, openWorldHint=false, destructiveHint=false, offering minimal safety info. The description adds rich behavioral detail: pricing structure ('$0.05/1k chars', 'min $0.001, quoted before payment'), model constraints ('max 3k chars in / 120s out'), prompt-directed behavior ('voice parameter is ignored'), and persistence guidance ('download immediately if you need to keep the file'). This goes far beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but efficiently structured: intro line, bullet-style action list, model breakdown, voice aliases, and a crucial note about hosted URL expiration. Every sentence carries actionable information (pricing, constraints, defaults, exclusions) with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (multiple actions, models, pricing, voice aliases, prompt-directed behavior), the description covers all critical aspects for selection and invocation: how to use each action, which model to choose, billing implications, input length limits, and output format. No output schema exists, but the description explains the return value (hosted audio URL) sufficiently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds substantial meaning: pricing per character for each model, voice alias list (sarah, george, etc.), default model and speed, sound effect pricing and duration limits, and the key nuance that seed-audio-1.0 uses input text for voice/emotion/staging. This enhances the schema for every parameter, not just repeating existing descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific, multi-action statement: 'speak text aloud (ElevenLabs or ByteDance Seed Audio), generate sound effects, list voices.' This clearly distinguishes the tool from sibling tools (e.g., blockrun_music, blockrun_image) and states the exact resources it acts upon.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit context for each action (speak, sound_effect, voices) and model usage (e.g., 'multilingual-v2 for narration', 'v3 most expressive', 'seed-audio-1.0 is prompt-directed'). It does not, however, state explicit exclusions or compare with sibling tools (e.g., 'for music use blockrun_music'), so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlockRunAI/blockrun-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server