Skip to main content
Glama
gibeon-io

@gibeon/mcp-server

Official
by gibeon-io

Create playlist

create_playlist

Create a new empty playlist in the tenant. Specify optional default duration and cover image URL, then fill it with items using add_playlist_item.

Instructions

Create a new empty playlist in the calling tenant.

When to use:

  • Bootstrapping content for a player, or splitting an existing playlist.

When NOT to use:

  • A playlist with that name might already exist — list_playlists first if reuse is acceptable.

What to know:

  • Only name is required. default_interval (seconds) and image_uri (cover-art URL) are optional and can be added later via update_playlist.

  • The playlist starts empty; use add_playlist_item to fill it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
image_uriNoCover image URL
default_intervalNoDefault item duration in seconds
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the playlist starts empty, that optional params can be added later via update_playlist, and that add_playlist_item is needed to fill it. It also hints at duplicate-name considerations. This is strong behavioral context, though it doesn't cover error handling or permissions.

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 well-structured with clear sections and front-loaded purpose. Every sentence provides valuable information, and the length is appropriate for the tool's complexity without unnecessary verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description covers all essential aspects: what it does, when to use it, what parameters are needed, and post-creation steps. It is complete for an AI agent to select and invoke the tool correctly.

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 67%, with name lacking a description. The description compensates by clarifying that name is the only required parameter, and that default_interval and image_uri are optional and can be added later via update_playlist. This adds meaning beyond the schema's basic descriptions.

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 begins with 'Create a new empty playlist in the calling tenant,' which is a specific verb+resource statement. It clearly distinguishes the tool from siblings like list_playlists, get_playlist, update_playlist, and add_playlist_item.

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?

The description includes explicit 'When to use' and 'When NOT to use' sections, providing clear guidance on bootstrapping content or splitting a playlist, and warns to list_playlists first to avoid duplicate names. This fully contextualizes when to use this tool over alternatives.

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/gibeon-io/mcp-server'

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