Skip to main content
Glama

vibo_import_playlist_to_section

Import selected tracks from a connected Spotify or Apple Music playlist into an event section, returning counts of added, existing, and ignored tracks. Confirmation is required before applying.

Instructions

Import selected tracks from a connected Spotify/Apple Music playlist into a section. Returns counts of added/existing/ignored. Confirm-gated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesStreaming source — must be connected to your Vibo account.
confirmNoMust be true to proceed. Without this, the tool returns a preview.
eventIdYesEvent id.
sectionIdYesSection id (from vibo_list_sections).
playlistIdNoPlaylist id from vibo_get_playlists.
tracksToAddYesTrack ids (from vibo_get_playlist_songs) to import.
tracksToIgnoreNoTrack ids to skip.
Behavior4/5

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

Beyond the annotation readOnlyHint=false, the description discloses that the operation is confirm-gated (requiring confirmation before proceeding) and returns counts of added/existing/ignored tracks. These are meaningful behavioral details that help the agent anticipate the tool's interaction pattern.

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 sentences, front-loaded with the core action, and every word contributes value. No redundant or filler content.

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?

For a 7-parameter mutation tool with no output schema, the description covers the essential aspects: what it does, the return counts, and the confirm-gating behavior. The schema fills in remaining details like the preview behavior and source requirement, so the description is sufficiently complete.

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?

All seven parameters have schema descriptions with 100% coverage, so the schema already provides parameter meaning. The description adds no new parameter-specific information beyond the word 'selected' mapping to tracksToAdd, which is marginal. Baseline 3 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 states a specific action ('Import selected tracks') with a clear resource ('from a connected Spotify/Apple Music playlist into a section'). It distinguishes itself from sibling tools like vibo_export_event_to_spotify (export) and vibo_add_song_to_section (single-song addition) by emphasizing playlist-to-section import.

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 the intended use case—batch-importing tracks from an external playlist into a section—but does not explicitly state when to use this tool over alternatives like vibo_add_song_to_section or when not to use it. The prerequisite of a 'connected' source is mentioned but not framed as an exclusion.

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