Skip to main content
Glama

vibo_update_song

Update songs in event sections by marking must-play, flagging do-not-play, or setting comments. Confirm to apply after preview.

Instructions

Update songs in a section: mark must-play, flag as do-not-play, and/or set a comment. Provide at least one field. Confirm-gated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNo
confirmNoMust be true to proceed. Without this, the tool returns a preview.
eventIdYesEvent id.
songIdsYesSong _ids from vibo_get_section_songs.
isFlaggedNomark do-not-play / flagged
sectionIdYesSection id.
isMustPlayNo
Behavior4/5

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

The description adds meaningful behavior beyond the readOnlyHint=false annotation: it discloses the confirm-gating mechanism and that a preview is returned when confirm is not true. It also clarifies that at least one field must be provided. No contradiction with annotations.

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 two tight sentences: the first identifies the action and supported operations, the second covers essential constraints (at least one field, confirm-gating). No unnecessary words.

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 tool has 7 parameters, no output schema, and moderate complexity. The description adequately covers purpose, key constraints, and confirmation behavior, but it does not mention whether isMustPlay and isFlagged can be set together or what the preview shows. These gaps are minor given the schema and annotations.

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 71%, leaving isMustPlay and comment without descriptions. The tool description fills this gap by mapping these fields to 'mark must-play' and 'set a comment', and by explaining the confirm parameter's role via 'Confirm-gated'. This adds value beyond the schema.

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 updates songs in a section and lists the exact operations: mark must-play, flag as do-not-play, and set a comment. This specific verb+resource combination differentiates it from sibling tools like vibo_comment_on_song or vibo_toggle_song_like.

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 gives clear context (updating songs in a section) and states the 'Provide at least one field' and 'Confirm-gated' requirements. However, it does not explicitly name alternatives or say when to use this tool instead of related tools, so usage guidance relies on implication.

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/chrischall/vibo-mcp'

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