Get Stream Status
obs-get-stream-statusRetrieve the current OBS streaming status to determine if broadcasting is active.
Instructions
Get the current streaming status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
obs-get-stream-statusRetrieve the current OBS streaming status to determine if broadcasting is active.
Get the current streaming status
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description is consistent with the annotations (readOnlyHint=true, idempotentHint=true), but adds no additional behavioral context beyond what the annotations already declare. It doesn't describe return format or whether it errors when not streaming.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single declarative sentence, directly front-loaded with the action and resource. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter status getter with read-only annotations, this description is largely sufficient. However, it doesn't hint at the output structure (e.g., boolean vs. status object), which would require a small addition for full completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema fully covers the input. The description adds no parameter semantics, but none are needed. Baseline 4 for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' with the resource 'streaming status', making the tool's purpose immediately clear. It distinguishes it from sibling status tools like obs-get-record-status or obs-get-virtual-cam-status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool over alternatives. There is no mention of checking before attempting to start/stop streaming, or that it is a read-only complement to control tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tom-R-Main/OBS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server