Skip to main content
Glama

YouTube Content Management MCP Server

__init__.py675 B
# This file marks the 'tools' directory as a Python package. from tools.search_videos import search_videos from tools.search_channels import search_channels from tools.search_playlists import search_playlists from tools.get_video_metrics import get_video_metrics from tools.get_channel_metrics import get_channel_metrics from tools.get_playlist_metrics import get_playlist_metrics from tools.get_video_metrics import get_video_metrics from tools.fetch_transcripts import fetch_transcripts __all__ = [ "search_videos", "search_channels", "search_playlists", "get_video_metrics", "get_channel_metrics", "get_playlist_metrics", "fetch_transcripts" ]

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/NastyRunner13/youtube-content-management-mcp'

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