Skip to main content
Glama

Restream MCP Server

by shaktech786

update_stream_settings

Modify live stream configurations including title, description, and privacy settings to control how your content appears across multiple streaming platforms.

Instructions

Update settings for the current stream such as title, description, or privacy settings

Input Schema

NameRequiredDescriptionDefault
titleNoThe stream title
descriptionNoThe stream description
privacyNoThe stream privacy setting

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The stream description", "type": "string" }, "privacy": { "description": "The stream privacy setting", "enum": [ "public", "private", "unlisted" ], "type": "string" }, "title": { "description": "The stream title", "type": "string" } }, "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