Skip to main content
Glama

channel_videos

Retrieve videos from a YouTube channel by specifying filters for latest videos, live streams, shorts, or current live broadcasts using channel ID.

Instructions

Channel Videos

Query Parameters:

  • id: Channel ID

  • filter: Filter key, default: videos_latest Keys you can enter: videos_latest: Returns videos (by latest) streams_latest: Returns live streams (by latest) shorts_latest: Returns short videos (by latest) live_now: Returns current live streams

  • cursor: Cursor token

  • hl: Example value: en

  • gl: Example value: US

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
idNoChannel ID
filterNoFilter key, default: videos_latest Keys you can enter: videos_latest: Returns videos (by latest) streams_latest: Returns live streams (by latest) shorts_latest: Returns short videos (by latest) live_now: Returns current live streams
cursorNoCursor token
hlNoExample value: en
glNoExample value: US

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Cursor token", "type": "string" }, "filter": { "description": "Filter key, default: videos_latest Keys you can enter: videos_latest: Returns videos (by latest) streams_latest: Returns live streams (by latest) shorts_latest: Returns short videos (by latest) live_now: Returns current live streams", "type": "string" }, "gl": { "description": "Example value: US", "type": "string" }, "hl": { "description": "Example value: en", "type": "string" }, "id": { "description": "Channel ID", "type": "string" } }, "required": [], "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