Skip to main content
Glama
N0zoM1z0

VOCALOID MCP

by N0zoM1z0

Analyze Vocal Score Versus Render

vocaloid_analyze_vocal_stem

Compare stable vocal events against a verified isolated stem to produce a reproducible analysis of pitch, timing, energy, diction, and vibrato.

Instructions

Compare stable vocal events with a verified isolated stem and record reproducible pitch, timing, energy, diction, and vibrato evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idsNoOptional direct-note or phrase-cell stable IDs; omitted analyzes the selected section/track
section_idNoGlobally unique stable lowercase ID; preserve it across unrelated revisions
output_pathYesNew slugged filename ending in .vocal-analysis.json
manifest_pathYesAbsolute path, or a path relative to the vocaloid-mcp-server project root
response_formatNomarkdown
maximum_pitch_hzNo
minimum_pitch_hzNo
stem_artifact_idYesvocal_stem artifact ID from manifest inspect
expected_revisionYes
onset_tolerance_msNo
offset_tolerance_msNo
pitch_tolerance_centsNo
timeline_offset_secondsNoExplicit additional offset after automatic pre-measure/tempo mapping

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
warningsYes
Behavior3/5

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

Annotations are all false (non-destructive, non-idempotent, not read-only). The description adds context about requiring a verified isolated stem and expected revision, but does not disclose side effects, permissions, or limits. Since annotations provide no behavioral hints, the description partially compensates.

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?

The description is a single sentence that efficiently conveys the core action, inputs, and outputs. It is front-loaded with the verb and key nouns, earning its place with no wasted words.

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?

The tool is complex (13 parameters) and has an output schema (not shown). The description mentions output types ('pitch, timing, energy, diction, and vibrato evidence') but does not explain the analysis process or calibration. It is adequate for a minimally viable description but could be more complete.

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 46%. Many parameters have schema descriptions (e.g., event_ids, output_path), but the tool description adds no additional meaning. Parameters like maximum_pitch_hz have only ranges. Baseline 3 is appropriate as schema does some work but leaves gaps.

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 ('Compare') and identifies the resource ('stable vocal events with a verified isolated stem'). It lists measurable outputs ('pitch, timing, energy, diction, and vibrato evidence') and clearly distinguishes from sibling tools like 'vocaloid_analyze_wav' (general analysis) and 'vocaloid_render_vocal_stems' (rendering only).

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 comparing rendered stems but does not explicitly state when to use this tool vs alternatives like 'vocaloid_analyze_wav' or 'vocaloid_review_audio'. No exclusions or prerequisites are mentioned.

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