Skip to main content
Glama
N0zoM1z0

VOCALOID MCP

by N0zoM1z0

Render and Record Manifest Master

vocaloid_render_manifest_master

Render a VSQX file through the original Editor, verify the output, and atomically record a provenance-bound master artifact.

Instructions

Render a current VSQX through the original Editor, verify the WAV, and atomically record a provenance-bound master artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathYesNew song-title/revision-bearing .wav path
manifest_pathYesAbsolute path, or a path relative to the vocaloid-mcp-server project root
reference_lufsNoAnalysis reference only; Editor render is not normalized
response_formatNomarkdown
timeout_secondsNo
expected_revisionYesLatest inspected manifest revision
project_artifact_idYesCurrent VSQX artifact returned by manifest build
allow_unknown_editorNoExplicit opt-in only after bounded manual verification of this exact Editor build
reference_true_peak_dbfsNoAnalysis reference only; Editor render is not limited
allow_pre_send_adjustmentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
warningsYes
Behavior2/5

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

The description adds behavioral context: "verify the WAV" and "atomically record" suggest quality checks and transactional writes. However, it does not explain potential side effects (e.g., file overwrites), authorization needs, or error states. Annotations do not contradict but offer limited additional safety hints.

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

Conciseness3/5

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

The single-sentence description is concise and front-loaded with the main action. However, it omits important usage context, making it minimally adequate but lacking completeness for an 10-parameter tool.

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?

Given the tool's complexity (10 parameters, 4 required) and the presence of an output schema, the description should clarify the workflow steps and parameter roles. It fails to provide sufficient context for an agent to decide whether to invoke this tool over alternatives or how to configure parameters.

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

Parameters2/5

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

Schema description coverage is 70%, but the description provides no per-parameter clarification beyond what is in the schema. With 10 parameters, agents would benefit from guidance on which are critical (e.g., required ones) or how they relate to the workflow.

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 states a specific verb ("Render") and resource ("VSQX"), followed by verification and recording steps. It clearly distinguishes from sibling tools like vocaloid_render_stem_mix which likely focus on stems rather than the full master artifact.

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 explicit guidance on when to use this tool versus alternatives. The description implies it is for final master output but does not mention prerequisites, exclusions, or comparison to similar tools like vocaloid_render_stem_mix or vocaloid_edit_song.

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