Skip to main content
Glama

Connect RVC voice conversion bus

connect_rvc_voice_conversion_bus

Creates a voice conversion scaffold with source audio, model paths, output contracts, latency details, and consent warnings, enabling RVC-style voice conversion in TouchDesigner via natural language.

Instructions

Create an RVC-style voice conversion scaffold with source audio, model maps, output contracts, latency notes, and consent warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.rvc_voice_conversion_bus
activeNo
audio_fileNo
index_pathNo./models/rvc/voice.index
model_pathNo./models/rvc/voice.pth
server_urlNows://127.0.0.1:9040
parent_pathNoParent COMP for the RVC scaffold./project1
request_urlNohttp://127.0.0.1:9040/convert
source_modeNoaudio_file
speaker_countNo
transpose_semitonesNo
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, and the description aligns by saying 'Create'. It adds modest context by mentioning consent warnings and latency notes, but doesn't reveal side effects like network connections despite openWorldHint=true. This is a minor gap but not a contradiction.

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 a single sentence that efficiently lists the scaffold components without extraneous words. It is properly sized and front-loaded with the action and resource, though the list of items is somewhat lengthy.

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 11 parameters, low schema coverage, no output schema, and a complex creation task, the description is too terse. It doesn't explain the scaffold's integration with TouchDesigner, what the tool returns (e.g., a component path), or how parameters like server_url and request_url are used. The mention of consent warnings and latency notes adds some value but fails to provide a complete picture.

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

Parameters1/5

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

Schema description coverage is only 18%, with 11 parameters and almost no descriptions. The description does not explain any parameter's meaning beyond vague references like 'source audio' which could relate to audio_file, but no explicit mapping or semantic help for parameters such as source_mode, speaker_count, or transpose_semitones.

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 the tool creates an RVC-style voice conversion scaffold, specifying components like source audio, model maps, output contracts, latency notes, and consent warnings. This goes beyond a tautology and is specific to the resource, though it doesn't explicitly differentiate from sibling bus-creation tools.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites, exclusions, or which sibling tools (e.g., connect_whisper_transcription_bus, create_voice_prompt_pipeline) might be more appropriate for different use cases. The description only states what it creates.

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/lucasmaher-hash/touch-designer-mcp'

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