Skip to main content
Glama

Set stream title/category

set_stream_info

Set the title and game category of your live stream on Twitch or Kick. The category is matched by name search.

Instructions

Change the live stream title and/or category. Provide title, category, or both. Works on Twitch and Kick; the category is matched by name search on the platform. YouTube is not supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoThe new stream title.
categoryNoThe new category/game name, e.g. "Just Chatting".
platformNoPlatform.twitch
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds behavioral details beyond annotations: category is matched by name search, and YouTube is not supported. Annotations already indicate readOnlyHint=false (mutation) and openWorldHint=true. No contradictions, but side effects, auth needs, or rate limits are not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences, front-loaded with the core action, followed by usage and platform details. Every sentence serves a purpose with zero wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple mutation tool with no output schema and 3 parameters, the description covers the essentials: action, parameter usage, and platform constraints. Could be improved by noting any limitations like title length or return value.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description adds value by explaining that parameters can be used optionally and in combination, and that category matching is by name search. This exceeds the schema's meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Change' and the resource 'live stream title and/or category', distinguishing it from sibling tools like set_stream_mode or set_studio. It also specifies platform support (Twitch and Kick) and exclusion of YouTube.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on how to use the tool ('Provide title, category, or both') and platform applicability. However, it does not explicitly state when not to use it or mention alternative tools, leaving some room for ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/lumiastream/MCP'

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