Skip to main content
Glama
N0zoM1z0

VOCALOID MCP

by N0zoM1z0

Probe Voice in Original Editor

vocaloid_probe_voice

Validate a local VOCALOID voice by performing a temporary render and caching the result per voice and host fingerprint.

Instructions

Verify one local voice with a bounded temporary render in the original Editor; cache the result by voice and host fingerprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoIgnore a non-expired matching cache entry
component_idYesExact 16-character VVD component ID
response_formatNomarkdown
timeout_secondsNo
allow_unknown_editorNoExplicit opt-in for a manually verified but not yet allow-listed Editor fingerprint

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
warningsYes
Behavior4/5

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

Description adds value beyond annotations by noting the render is bounded, temporary, and cached by fingerprint. Annotations (readOnlyHint=false, destructiveHint=false) are consistent. The transient nature and caching behavior are useful behavioral details not present in structured fields.

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?

Single sentence of 18 words, front-loaded with verb and resource. Every word adds value; no redundancy or filler.

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 the existence of an output schema and moderate complexity (5 params, 1 required), the description combined with annotations covers the essential behavior. Missing details like error handling or when caching is invalid but not critical.

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 coverage is 60%, and the description does not elaborate on parameters. It adds no extra meaning beyond what the schema provides (e.g., component_id, force, timeout_seconds). Baseline of 3 is appropriate since schema already documents most parameters.

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 verifies one local voice using a temporary render in the original Editor and caches the result. This specific verb+resource combination distinguishes it from sibling tools like vocaloid_host_readiness or vocaloid_analyze_wav.

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 does not mention prerequisites, conditions, or when not to use it. Sibling tools exist (e.g., vocaloid_host_readiness) that could be confused, but no differentiation is provided.

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