Skip to main content
Glama

open_lyrics_editor

Opens an editor to review and adjust proposed lyric syllable boundaries before applying, ensuring each phrase's syllable count matches its note count.

Instructions

Open a local browser page where the user can review and adjust the proposed lyric syllable boundaries BEFORE they are applied (per the lyric workflow, readings must be confirmed first). Each phrase is one editable line of space-separated syllables (e.g. fixing あし た to あ した) with a live count against the phrase's note count. After the user says they submitted, call get_lyrics_editor_result and apply the edited plan with set_lyrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoHeading shown on the page (e.g. song/section name)
phrasesYesThe proposed alignment, phrase by phrase
Behavior4/5

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

With no annotations, the description carries the burden and does well: it discloses that this is an interactive browser page, that changes are not applied yet ('BEFORE they are applied'), and that the user must confirm submission. It does not cover edge cases like cancellation or page load failures, but the core behavior is transparent.

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

Conciseness4/5

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

The description is three sentences long and every sentence contributes: what it does, how the editor works, and what to do after. It is slightly longer than strictly necessary but well structured and free of fluff.

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 interactive complexity and lack of output schema, the description covers the full lifecycle: when to open, what the editor shows, and the follow-up calls. It doesn't explain what the tool returns or what happens on failure, but the workflow is otherwise complete and actionable.

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 covers 100% of parameters, but the description adds the critical format example ('fixing あし た to あ した') and explains the live count constraint, giving meaning to noteCount and syllables beyond their schema descriptions. This elevates it above a baseline 3.

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 opens a local browser page for reviewing and adjusting lyric syllable boundaries, with a concrete example. It is distinct from siblings like get_lyrics_editor_result and set_lyrics by explicitly positioning itself as the pre-application review step.

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

Usage Guidelines5/5

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

It provides explicit workflow guidance: use before applying readings, and after user submission call get_lyrics_editor_result and set_lyrics. This tells the agent exactly when and how to chain this tool with others, which is better than simply describing the tool in isolation.

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