Skip to main content
Glama
Mizar-Contasti

Treeflow MCP Server

treeflow_update_voice_config

Update a bot's voice configuration by enabling or disabling speech-to-text and text-to-speech, changing voice, language, or playback speed.

Instructions

Actualiza los parámetros de voz del bot (activar/desactivar STT, TTS, cambiar voz, idioma o velocidad de reproducción).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tree_idYesID del bot/árbol
stt_modelNoModelo STT (ej. base, small, medium)
tts_speedNoVelocidad de voz (0.5 a 2.0)
tts_voiceNoVoz TTS (ej. es_ES-davefx-medium)
stt_enabledNoActivar Speech-To-Text (Whisper)
tts_enabledNoActivar Text-To-Speech (Piper)
stt_languageNoIdioma STT (es, en, etc.)
stt_save_audioNoGuardar archivos de audio
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full disclosure burden. It only states that parameters are updated; it does not reveal side effects, whether the update is partial or full, permission requirements, or impact on active sessions. This is a mutation tool with minimal behavioral context.

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?

A single well-formed sentence that front-loads the action and resource and then compactly lists the key updatable aspects. No wasted words or redundant restatements of the schema.

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

Completeness2/5

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

With 8 parameters, no output schema, and no annotations, the description should clarify update semantics (partial vs. full), the target requirement (tree_id), and what the response contains. It does none of this, leaving an agent to infer critical invocation behavior.

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 describes all 8 properties at 100% coverage, so the baseline is 3. The description adds a useful high-level summary that maps to the parameters, but it does not provide any extra detail beyond what the schema already gives.

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 uses a specific verb ('Actualiza' = updates) and a clear resource ('parámetros de voz del bot'), and enumerates the exact capabilities (STT/TTS toggles, voice, language, speed). This makes it immediately distinguishable from the many CRUD siblings and complements the read-only treeflow_get_voice_config.

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?

The usage context is implied: use this tool when voice parameters need to be modified. However, it does not explicitly say when not to use it, nor does it reference the alternative get_voice_config for reading current settings. No conditions, prerequisites, or exclusions are provided.

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

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/Mizar-Contasti/tree-flow-mcp'

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