Skip to main content
Glama

vibo_get_playlists

Read-only

List playlists from your connected Spotify or Apple Music account to import songs. Source must be connected.

Instructions

List your playlists from a connected streaming service (Spotify or Apple Music) so you can import songs from them. Requires that source to be connected (see vibo_get_me).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFilter playlists by name.
skipNoNumber of items to skip, for paging (default 0).
limitNoMax items to return (default 20).
sourceYesStreaming source — must be connected to your Vibo account.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds the requirement for a connected source, which is useful context. However, it does not mention error behavior, pagination, or result structure, so it provides only minimal extra transparency.

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 action and purpose, followed by a prerequisite. No unnecessary information is included, and it is well-structured for quick parsing.

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 read-only list tool, the description covers the core action, prerequisite, and intended downstream use (import). However, lacking an output schema, it does not describe the returned playlist structure, which could be useful, but the simple nature of the tool makes this a minor gap.

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 description coverage is 100%, so the schema already documents all four parameters. The description does not add significant semantic meaning beyond noting the source must be connected, which is also in the schema. 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 clearly states the tool lists playlists from a connected streaming service (Spotify or Apple Music) and explains its purpose ('so you can import songs from them'). This distinguishes it from siblings like vibo_get_playlist_songs, which retrieves songs from a specific playlist.

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?

The description gives a clear prerequisite: the source must be connected, and it points to vibo_get_me for checking. It implies usage in the context of importing songs, but does not explicitly name alternatives or state when not to use it, so it falls short of a 5.

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