Skip to main content
Glama

Restream MCP Server

by shaktech786

update_channel_status

Enable or disable a specific streaming channel to control its broadcast status across multiple platforms like YouTube, Twitch, and Facebook.

Instructions

Enable or disable a specific streaming channel

Input Schema

NameRequiredDescriptionDefault
channelIdYesThe ID of the channel to update
enabledYesWhether to enable (true) or disable (false) the channel

Input Schema (JSON Schema)

{ "properties": { "channelId": { "description": "The ID of the channel to update", "type": "string" }, "enabled": { "description": "Whether to enable (true) or disable (false) the channel", "type": "boolean" } }, "required": [ "channelId", "enabled" ], "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/shaktech786/restream-mcp-server'

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