Skip to main content
Glama
AhmadTariq1337

streamlabs-mcp

streamlabs_toggle_streaming

Start streaming if offline, or stop it if live, toggling broadcast status with user confirmation.

Instructions

Start streaming if currently offline, or stop it if currently live. Confirm with the user before calling this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and discloses the dual toggle behavior. It also includes a cautionary instruction to confirm with the user, hinting at the potential impact of stopping a live stream. However, it does not mention specific side effects, permissions, or reversibility, but the confirmation instruction adds meaningful context.

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?

The description is two short sentences, front-loaded with the core action. Every word earns its place: the first sentence defines the behavior, the second provides a critical safety instruction. No redundancy or fluff.

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 toggle operation with no parameters, no output schema, and no annotations, the description covers the essential behavior and includes a confirmation requirement. It is sufficient for an agent to know when and how to invoke the tool, though it could optionally mention asynchronous behavior or potential delays.

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?

The tool has zero parameters, and the schema coverage is 100% (vacuously). According to the rubric, the baseline for 0 params is 4, and the description adds no parameter-related information because none is needed.

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 tool's function with a specific verb and resource: 'Start streaming if currently offline, or stop it if currently live.' It distinguishes itself from sibling tools like get_streaming_status (status check) and toggle_recording by explicitly describing the streaming toggle behavior.

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 explicitly instructs to 'Confirm with the user before calling this,' which is a clear usage guideline for a state-changing action. It implies when to use the tool (when the user wants to toggle streaming) but lacks explicit alternatives or exclusions, such as suggesting get_streaming_status to check the current state first.

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/AhmadTariq1337/streamlabs-mcp'

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