Skip to main content
Glama
mohamdben-yahia

YouTube MCP Server

generate_seo_metadata_pack

Generate a complete YouTube Studio upload package: 3 mobile titles, chapters, description, tags, and pinned comment from a topic. Turn a single topic into ready-to-use SEO metadata for faster video uploads.

Instructions

Generate a complete YouTube Studio upload package: 3 mobile titles, chapters, description, tags, and pinned comment.

Args: topic: Primary topic or draft title of the video. key_takeaways: Optional list of main points covered in the video. channel_name: Optional creator channel name. affiliate_links: Optional list of affiliate/product URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
channel_nameNo
key_takeawaysNo
affiliate_linksNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose the output components and confirms this is a generative, non-destructive operation, but it does not explain limitations, how optional inputs affect generation, or whether content is AI-drafted and should be reviewed.

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 compact and front-loaded with the purpose, then provides a short parameter glossary. Every sentence earns its place with no vague filler or redundant restating of the tool name.

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 simple content-generation tool, the description covers the main purpose, deliverable list, and all parameters. It would benefit from a usage-guidance note, but the output schema exists and the core call context (require topic, optional params) is clearly complete.

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?

Schema description coverage is 0%, so the description must fully document parameters. The Args block does this well: topic is described as the primary topic/draft title, key_takeaways as main points, channel_name as creator channel name, and affiliate_links as affiliate/product URLs. This adds meaningfully beyond the raw schema property titles.

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 states a specific action and deliverable: 'Generate a complete YouTube Studio upload package' with enumerated outputs (3 mobile titles, chapters, description, tags, pinned comment). This clearly separates it from sibling tools like generate_thumbnail_concepts or generate_retention_script_outline, which target different content artifacts.

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?

Usage is implied by the action: call this when you need YouTube upload metadata. However, the description does not explicitly state when to prefer it over related generation tools, nor does it mention any exclusions or alternative tool routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/mohamdben-yahia/youtube-mcp'

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