Skip to main content
Glama
N0zoM1z0

VOCALOID MCP

by N0zoM1z0

Render Manifest Vocal Stems

vocaloid_render_vocal_stems

Render individual vocal tracks as verified stems with explicit pan, send, and volume control through the original Editor.

Instructions

Render selected vocal tracks individually through the original Editor as verified stems with explicit pan/send policy and provenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryYestrue disables vocal send routing; false preserves source send settings
volumeNoOptional explicit VOCALOID mixer volume; omitted preserves each source value
center_panYestrue centers each stem; false preserves the source track pan
manifest_pathYesAbsolute path, or a path relative to the vocaloid-mcp-server project root
response_formatNomarkdown
timeout_secondsNoPer-track original Editor export deadline
vocal_track_idsNoOptional vocal track IDs; omitted renders every vocal track
output_directoryYesExisting writable directory for slugged stem filenames
expected_revisionYes
project_artifact_idYesVSQX artifact ID returned by manifest inspect/build
allow_pre_send_adjustmentNoExplicitly allow the Editor's exact Event Verification prompt to reduce Pre-Send for every selected stem

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
warningsYes
Behavior4/5

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

Annotations show readOnlyHint=false and destructiveHint=false, so the tool modifies state. The description adds behavioral context: stems are 'verified', 'through the original Editor', and have 'explicit pan/send policy and provenance', which goes beyond the annotations and informs the agent about the tool's behavior.

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, front-loaded sentence that efficiently conveys the tool's action, resource, and key details. No wasted words.

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 high complexity (11 params, 6 required) and the presence of an output schema, the description adequately covers the main purpose and behavioral traits. It doesn't explain return values, but the output schema likely does. Minor gaps: no mention of prerequisites or side effects beyond rendering.

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?

Schema description coverage is 82%, so the schema already documents most parameters. The description adds no parameter-specific information beyond what the schema provides. Baseline 3 is appropriate.

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 clearly states the tool renders selected vocal tracks individually through the original Editor, producing verified stems with explicit pan/send policy and provenance. This specific verb and resource distinguish it from sibling tools like vocaloid_render_instrument_stems and vocaloid_render_stem_mix.

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 description implies usage for rendering vocal stems individually but provides no explicit guidance on when to use this tool versus alternatives (e.g., instrument stems or stem mix). No when-not-to-use or exclusion criteria are given.

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/N0zoM1z0/vocaloid-mcp'

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