Skip to main content
Glama
pasie15
by pasie15

Create Playlist

neptime_create_playlist

Create a new video playlist with a required name, optional description, and privacy setting. Limited to 100 playlists per user.

Instructions

Create a new playlist. Limit: 100 playlists max per user.

Args:

  • name: Playlist name, 2-100 chars (required)

  • description: Description, max 500 chars (optional)

  • privacy: public, private, or unlisted (default: private)

Returns: Created playlist object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPlaylist name
descriptionNoPlaylist description
privacyNoPrivacy settingprivate
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the creation behavior is clear. The description adds the limit and return object info, enhancing transparency without contradiction.

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 concise with a single sentence for purpose, followed by a bullet list for arguments. It is front-loaded and every sentence is useful, with no wasted words.

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 no output schema, the description adequately mentions the return of a playlist object. The limit and parameter details provide sufficient context for a create tool with three parameters.

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 description adds minimal value by restating parameters. It provides the default privacy value and character limits, but these are already 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 explicitly states 'Create a new playlist' with a specific verb and resource. It distinguishes itself from sibling tools like neptime_update_playlist and neptime_delete_playlist, and the limit information adds clarity.

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 includes a usage limit (max 100 per user), guiding when the tool can be used. It does not explicitly mention alternatives for editing or other scenarios, but the limit provides clear context.

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/pasie15/neptime-mcp-server'

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