Skip to main content
Glama
N0zoM1z0

VOCALOID MCP

by N0zoM1z0

Inspect VOCALOID Host Readiness

vocaloid_host_readiness
Read-onlyIdempotent

Read Editor fingerprint, host render lease, and voice cache to assess VOCALOID host readiness without launching the application.

Instructions

Read the Editor/helper fingerprint, host render lease, and verified voice cache without launching VOCALOID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNomarkdown
allow_unknown_editorNoAllow fingerprint inspection of an unknown build; this does not authorize a render
include_expired_voice_recordsNoInclude expired historical records for diagnosis; they never count as verified

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
warningsYes
Behavior4/5

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

Annotations already indicate readOnly, idempotent, not destructive; the description adds that it operates without launching VOCALOID, which is significant behavioral context beyond the 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, front-loaded with the verb and resources, every word is necessary and contributes to clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool, the description combined with annotations and output schema provides sufficient context; no gaps in understanding what it does and its safety profile.

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 has 67% description coverage; two parameters have descriptions in the schema, and the missing one (response_format) is self-explanatory. The tool description adds no additional parameter details, so baseline score 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 reads specific resources (Editor/helper fingerprint, host render lease, verified voice cache) without launching, distinguishing it from siblings like vocaloid_probe_voice 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 inspecting readiness before launch, but does not explicitly state when to use or when not to use, nor does it mention alternative tools.

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