Skip to main content
Glama

set_lyrics

Put lyrics onto existing notes by specifying a start index and syllable list, with support for Japanese kana and English word continuation.

Instructions

Assign lyrics to consecutive existing notes, starting at a note index (from get_notes) — the typical way to put lyrics on an existing melody. Each array element goes to one note, in onset order. Japanese: ONE kana (or small-kana cluster like きゃ) per note; "-" extends the previous vowel; "+" continues a multi-syllable English word. Fails if the array runs past the last note. One undo step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoGroup index within the track (see get_project_info `groups`). Defaults to the first non-main group — in SV Studio 2 the singer is attached per group and notes in the main group are not synthesized.
trackYesTrack index, 1-based
lyricsYesSyllables in note order, e.g. ["き", "ら", "き", "ら", "-"]
startIndexYesIndex of the first note to receive a lyric (see get_notes)
Behavior4/5

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

With no annotations, the description carries the transparency burden and does well: it discloses the failure mode ('Fails if the array runs past the last note'), the undo behavior ('One undo step'), and special lyrical semantics for '-' and '+'. It does not explicitly mention overwriting behavior or permission requirements, but the core behavioral traits are covered.

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?

Four sentences, each earning its place. The primary action is front-loaded, followed by mapping rules, language-specific syntax, and error/undo behavior. No filler or redundancy.

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?

The description is complete for a moderate-complexity tool: it covers the operational flow, error condition, undo, and special lyric syntax. There is no output schema, so return values are not expected. It could mention what happens if the lyrics array is shorter than the note range, but overall it is sufficiently comprehensive.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds meaningful semantics beyond the schema: it explains that each lyric string maps to one note in onset order, and clarifies the special meaning of '-' and '+'. This supplements the schema's generic descriptions.

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?

Description opens with a specific verb+resource: 'Assign lyrics to consecutive existing notes' and gives the context 'the typical way to put lyrics on an existing melody' with a reference to get_notes. It clearly distinguishes from sibling tools like insert_notes or open_lyrics_editor.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states the typical use case ('typical way to put lyrics on an existing melody') and the ordering (each array element goes to one note in onset order), which helps the agent decide when to use it. However, it does not explicitly name alternative tools or exclusion conditions, though the sibling context implies the distinction.

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/tatat/svs-mcp'

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