Skip to main content
Glama
parthadrizz

Drizz Voice Generator

by parthadrizz

text_to_speech

Convert text to MP3 speech using ElevenLabs voices. Apply presets for conversational, narration, or dramatic tones; automatic text enhancement adds natural pauses.

Instructions

Convert text to speech using ElevenLabs and save as MP3. Automatically enhances text with natural pauses and breathing room. Use presets for quick voice tuning: natural (default), conversational (YouTube/demos), narration (tutorials), dramatic (trailers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to convert to speech
voiceNoVoice name (e.g. Rachel, Drew, George) or ElevenLabs voice ID. Defaults to Rachel
presetNoVoice preset: natural (default), conversational (YouTube/demos), narration (tutorials), dramatic (trailers)
filenameNoOutput filename (e.g. intro.mp3). Saved to the configured output directory
model_idNoElevenLabs model ID. Defaults to eleven_multilingual_v2
stabilityNoVoice stability (0-1). Overrides preset value
enhance_textNoAuto-enhance text with natural pauses and number expansion. Defaults to true
similarity_boostNoVoice similarity boost (0-1). Overrides preset value
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses auto-enhancement of text with pauses and breathing, which is valuable. However, it does not mention output location, return values, error behavior, or any side effects, leaving some gaps for an agent.

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

Conciseness4/5

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

The description is concise and front-loaded with the core function, followed by auto-enhancement and preset guidance. Each sentence contributes, though the preset list partially repeats the schema's enum description.

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

Completeness3/5

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

For a tool with no annotations and no output schema, the description covers the core purpose and auto-enhancement behavior. However, it lacks guidance on when to use this versus sibling batch/preview tools and does not clarify the return value or output file handling, making it adequate but not exhaustive.

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?

The input schema already documents all 8 parameters with 100% description coverage, so the description adds minimal new parameter semantics. The preset examples are duplicated in the schema, making the baseline score of 3 appropriate since the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states it converts text to speech using ElevenLabs and saves as MP3, giving a specific verb and resource. However, it does not explicitly distinguish from sibling batch_text_to_speech or preview_text_enhancement, so it misses some differentiation.

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

Usage Guidelines3/5

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

It provides preset usage guidance (natural for default, conversational for YouTube/demos, narration for tutorials, dramatic for trailers), which helps with parameter selection. However, it does not explain when to use this tool versus batch_text_to_speech or preview_text_enhancement, leaving the tool-selection context implicit.

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/parthadrizz/drizz-voice-generator'

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