Skip to main content
Glama

YouTube Knowledge MCP

by efikuta

search_channels

Search for YouTube channels using keywords to discover content creators, filter results by relevance or metrics, and retrieve channel statistics for analysis.

Instructions

Find and analyze YouTube channels

Input Schema

NameRequiredDescriptionDefault
includeStatsNoWhether to include channel statistics
maxResultsNoMaximum number of channels to return
orderNoSort order for channelsrelevance
queryYesSearch query for YouTube channels

Input Schema (JSON Schema)

{ "properties": { "includeStats": { "default": true, "description": "Whether to include channel statistics", "type": "boolean" }, "maxResults": { "default": 10, "description": "Maximum number of channels to return", "maximum": 50, "minimum": 1, "type": "number" }, "order": { "default": "relevance", "description": "Sort order for channels", "enum": [ "relevance", "date", "viewCount", "videoCount" ], "type": "string" }, "query": { "description": "Search query for YouTube channels", "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