updateStreamTitle
Change the title of a Twitch stream dynamically using this MCP tool. Input the desired title to update it directly through the twitch-mcp server, enhancing stream management and engagement.
Instructions
Update the stream title
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | The new title for the stream |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "The new title for the stream",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}