Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

youtube_search

Search YouTube videos with filters for date range, duration, quality, region, and sorting to find specific content efficiently.

Instructions

Search for videos on YouTube with advanced filtering options

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results (1-50)
orderNoSort order for resultsrelevance
publishedAfterNoFilter videos published after this date (ISO 8601 format)
publishedBeforeNoFilter videos published before this date (ISO 8601 format)
queryYesSearch query for YouTube videos
regionCodeNoRegion code for localized results (e.g., "US", "GB")
videoDefinitionNoFilter by video qualityany
videoDurationNoFilter by video durationany

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 10, "description": "Maximum number of results (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "order": { "default": "relevance", "description": "Sort order for results", "enum": [ "relevance", "date", "rating", "viewCount", "title" ], "type": "string" }, "publishedAfter": { "description": "Filter videos published after this date (ISO 8601 format)", "type": "string" }, "publishedBefore": { "description": "Filter videos published before this date (ISO 8601 format)", "type": "string" }, "query": { "description": "Search query for YouTube videos", "type": "string" }, "regionCode": { "description": "Region code for localized results (e.g., \"US\", \"GB\")", "type": "string" }, "videoDefinition": { "default": "any", "description": "Filter by video quality", "enum": [ "any", "high", "standard" ], "type": "string" }, "videoDuration": { "default": "any", "description": "Filter by video duration", "enum": [ "any", "short", "medium", "long" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

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/efikuta/youtube-knowledge-mcp'

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