Skip to main content
Glama

Boost Audio - AI Reader (TTS)

boost_audio_ai_reader

Generate natural speech from text using Boost Audio AI. Supports 23 languages. Adjust voice expression from calm to very expressive. Use this when the user wants to convert text to audio, create a voiceover, narrate content, or listen to text read aloud. Returns a downloadable WAV audio file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText to synthesize into speech. Maximum ~200 words for FREE tier, ~500 for Producer, unlimited for Ultimate. Leave empty to open the widget for interactive input.
_actionNoInternal action selector. 'generate' synthesizes speech (default), 'languages' returns the supported language list.
_inlineNoInternal flag set by the widget to drive the generation pipeline.
languageNoLanguage code for synthesis (e.g. 'pl', 'en', 'de'). Defaults to 'pl'. The voice model is optimized for the selected language.
exaggerationNoVoice expressiveness level from 0.0 (calm, neutral) to 1.0 (very expressive, dramatic). Default 0.5. Use lower values for narration, higher for dramatic reading.
reference_audio_urlNoURL of a reference audio file to clone the voice from. Available on Ultimate (PRO) tier only. Must be a boost.audio-hosted voice URL.

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses the output format ('Returns a downloadable WAV audio file'), which is not covered by the annotations or schema. It also confirms the generative nature without contradiction. However, it adds limited detail about failure modes, rate limits, or authentication, which the annotations don't cover; still, the output disclosure exceeds the baseline.

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 compact and front-loaded with the primary action, followed by clear use cases and a final output note. Every sentence provides relevant information without redundancy.

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

Completeness4/5

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

Given the absence of an output schema and the tool's moderate complexity, the description sufficiently covers the core purpose, usage scenarios, and return format. It does not repeat tier limitations or internal flags, but those are well-documented in the input schema. The description is complete enough for an agent to select and invoke the tool correctly.

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

Parameters3/5

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

All six parameters have detailed schema descriptions covering 100% coverage, including defaults, enums, and constraints. The tool description repeats 'Supports 23 languages' and 'Adjust voice expression' but adds no additional parameter semantics beyond the schema. Thus, it earns the baseline of 3.

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 'Generate natural speech from text using Boost Audio AI,' clearly stating the tool's function as a text-to-speech generator. It also mentions language support and voice expression adjustment, and the use cases distinguish it from sibling audio editing tools.

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 explicitly states 'Use this when the user wants to convert text to audio, create a voiceover, narrate content, or listen to text read aloud,' providing clear when-to-use context. However, it does not mention exclusions or alternatives, so it stops short of full comparative guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a unique audio processing task (e.g., BPM/key detection, format conversion, stem splitting) with no functional overlap, ensuring agents can easily distinguish between them.

Naming Consistency5/5

All tool names follow a strict `boost_audio_verb_noun` pattern in snake_case, providing a predictable and clean naming convention across the entire set.

Tool Count5/5

With exactly 8 tools, the server is well-scoped for an audio processing domain—comprehensive enough to cover key tasks without being overwhelming or sparse.

Completeness4/5

The tools cover essential audio operations (conversion, extraction, generation, splitting, trimming, etc.), but a merging or concatenation tool is missing, leaving a minor gap.

Resources