Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
analyzeChat | Analyze recent Twitch chat messages and provide a summary of topics and activity |
banUser | Ban a user from the Twitch chat. If no username is provided, it will return the recent chat log for LLM review. |
createTwitchClip | Create a Twitch clip of the current stream |
createTwitchPoll | Create a Twitch Poll |
createTwitchPrediction | Create a Twitch Prediction |
getRecentChatLog | Get the last 20 chat messages for moderation context |
sendMessageToChat | Send message to the Twitch Chat |
timeoutUser | Timeout a user in the Twitch chat. If no username is provided, it will return the recent chat log for LLM review. |
updateStreamCategory | Update the game category of the stream |
updateStreamTitle | Update the stream title |