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. Confirm to proceed, or receive a preview of added, existing, and ignored tracks.

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?

Annotations indicate readOnlyHint=false (mutation). The description adds key behavioral context: it is confirm-gated (requires confirm parameter to execute), and returns counts of added, existing, and ignored tracks. 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?

Description is extremely concise: three sentences covering purpose, output, and a key behavioral trait. No filler, front-loaded with the main action.

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 7 parameters and no output schema, the description captures essential behavioral aspects (confirm-gated, return counts) but does not elaborate on parameter relationships or prerequisites beyond what's in the schema. Still largely 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?

Schema coverage is 100%, so the schema already explains all parameters. The description adds minimal extra meaning beyond 'selected tracks' and 'confirm-gated', which is already implied by the schema. Baseline of 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?

Description clearly states the action: import selected tracks from a connected streaming service playlist into a section. It specifies the resource and scope, distinguishing it from siblings like vibo_add_song_to_section which likely imports individual songs.

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?

While the description clarifies it works with connected Spotify/Apple Music playlists, it does not explicitly state when to use this tool over alternatives like vibo_add_song_to_section or vibo_remove_song_from_section. No exclusions or when-not-to-use guidance is provided.

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