Skip to main content
Glama
tuitamogamer-gpt

youtube-mcp-server

Create Playlist

youtube_create_playlist

Create a new YouTube playlist on your channel with a title, optional description, and privacy status (public, private, or unlisted).

Instructions

Create a new playlist on the authenticated channel.

Args

  • title (string, required): Playlist title (max 255 characters).

  • description (string, optional): Playlist description.

  • privacyStatus ("public" | "private" | "unlisted", default "private"): Visibility.

  • defaultLanguage (string, optional): BCP-47 language code (e.g. "en").

Returns Confirmation Markdown + structured new playlist resource:

{ "id": "PL...", "title": "...", "privacyStatus": "private", "publishedAt": "..." }

Examples

  • youtube_create_playlist({ title: "My Shorts", privacyStatus: "public" })

Errors

  • 400 → invalid parameters (e.g. empty title).

  • 403 → quota exceeded or insufficient scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPlaylist title (required, max 255 chars).
descriptionNoOptional playlist description.
privacyStatusNoVisibility: "public", "private" (default), or "unlisted".private
defaultLanguageNoOptional BCP-47 language code, e.g. "en".
Behavior4/5

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

Annotations indicate a non-read-only, non-destructive operation with open-world hints. The description adds context by mentioning errors (e.g., 403 quota exceeded) and return structure, which supplements the annotations well.

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 clear sections (Args, Returns, Examples, Errors), front-loaded with the purpose, and contains no unnecessary information. Every part serves a purpose.

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?

The description covers the operation, parameters, return format, error scenarios, and an example. For a creation tool with 4 parameters and no output schema, it is comprehensive and leaves no gaps for the agent.

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?

Since schema description coverage is 100%, the baseline is 3. The description adds marginal value by repeating defaults and providing an example, but does not substantially enhance parameter meaning beyond the 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?

The description clearly states 'Create a new playlist on the authenticated channel' using a specific verb and resource. It distinguishes from sibling tools like youtube_delete_playlist and youtube_update_playlist through the creation intent.

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 provides examples and error codes, it does not explicitly specify when to use this tool versus alternatives (e.g., youtube_update_playlist). Usage context is implied but not explicitly stated.

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/tuitamogamer-gpt/youtube-mcp-server'

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