Skip to main content
Glama
gibeon-io

@gibeon/mcp-server

Official
by gibeon-io

Add item to playlist

add_playlist_item

Append an image, video, YouTube embed, or image slideshow to an existing playlist. Use pre-uploaded assets or external URLs to schedule content for digital signage.

Instructions

Append a content item to a playlist.

When to use:

  • Adding an image, video, YouTube embed, or image slideshow to an existing playlist.

When NOT to use:

  • For images/videos: the asset must already exist (status='ready'). Use the asset upload flow first.

What to know:

  • type drives the rest of the payload:

    • image / video → asset_id (UUID, already-uploaded asset)

    • youtube → external_url (a youtube.com or youtu.be link)

    • image_slideshow → config.asset_ids[] (1+ already-uploaded image UUIDs) plus optional image_duration / transition_speed / fit / bg_color / randomize

  • duration_seconds overrides the playlist's default_interval for this item.

  • schedule_start / schedule_end (HH:MM or HH:MM:SS) constrain the item to a time window.

  • The item is appended at the end; use reorder_playlist_items to change order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
typeYes
configNoFor image_slideshow items
asset_idNoFor image/video items
is_selectedNo
playlist_idYes
external_urlNoFor youtube items
schedule_endNo
schedule_startNo
duration_secondsNo
Behavior4/5

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

Even without annotations, the description discloses critical behavioral traits: type drives the payload structure, duration_seconds overrides the playlist default, schedule constraints apply, and items are appended at the end (requiring reorder for order changes). It could additionally mention permission requirements or error handling, but the provided behavioral context is strong.

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-organized with sections for when to use/not use and 'What to know.' Bullet points parse complex conditional logic clearly. Every sentence carries functional weight; no fluff.

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?

For a tool with 10 parameters, nested config objects, and no annotations or output schema, the description still delivers a complete mental model. It covers payload construction, ordering behavior, scheduling, and prerequisites, leaving minimal ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 30% schema description coverage, the description compensates by mapping each type to its relevant parameters: image/video→asset_id, youtube→external_url, image_slideshow→config.asset_ids[]. It also clarifies optional overrides (duration_seconds, schedule_start/end) and config sub-fields, adding meaning far beyond the raw JSON 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?

Description opens with 'Append a content item to a playlist' – a specific verb and resource. It explicitly lists supported item types (image, video, YouTube embed, image slideshow), distinguishing this append operation from sibling update, delete, and reorder tools.

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?

Includes dedicated 'When to use' and 'When NOT to use' sections. The 'When NOT to use' section explicitly instructs that for images/videos, the asset must already exist (status='ready') and to use the asset upload flow first, providing an alternative path.

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