youtube

YOUTUBE_SUBSCRIBE_CHANNEL

Subscribes the authenticated user to a specified YouTube channel, identified by its unique `channelId` which must be valid and existing.

Remote youtube

Other tools also called YOUTUBE_SUBSCRIBE_CHANNEL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channelId": {
      "type": "string",
      "title": "Channel Id",
      "examples": [
        "UCXUPKJO5MZQN11PqgIvyuvQ"
      ],
      "description": "Unique identifier (ID) of the YouTube channel to subscribe to (typically starts with 'UC')."
    }
  }
}
          

Provider

youtube →