Skip to main content
Glama

channel_details

Retrieve YouTube channel information by providing a channel ID or URL. Get details about channels using the Youtube138 MCP Server.

Instructions

Channel Details

Query Parameters:

  • id (Required): Channel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE

  • hl: Example value: en

  • gl: Example value: US

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
idYesChannel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE
hlNoExample value: en
glNoExample value: US

Input Schema (JSON Schema)

{ "properties": { "gl": { "description": "Example value: US", "type": "string" }, "hl": { "description": "Example value: en", "type": "string" }, "id": { "description": "Channel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/BACH-AI-Tools/bachai-youtube138'

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