get_replay_buffer_status
Check if the OBS replay buffer is currently active, indicating whether replay recording is enabled.
Instructions
Whether the replay buffer is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Check if the OBS replay buffer is currently active, indicating whether replay recording is enabled.
Whether the replay buffer is active.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It states a status check but does not specify the return format (e.g., boolean, value object), potential errors, or whether the operation is read-only. This is minimal and leaves important details implicit.
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?
The description is a single, concise phrase that directly states the tool's purpose. It contains no filler or redundant information, making it optimally brief for a tool with no parameters.
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 status getter with no output schema, the description should explicitly clarify the return value (e.g., 'returns true if active, false otherwise'). 'Whether' implies a boolean but does not fully specify the response structure. While adequate for a basic tool, it leaves some ambiguity.
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 baseline for parameter semantics is 4. The description correctly implies no inputs are needed, and the empty schema confirms this. No additional parameter explanation is required.
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 'Whether the replay buffer is active' clearly indicates this tool checks the active state of the replay buffer. It distinguishes itself from related sibling tools like start/stop/toggle_replay_buffer by focusing on status rather than manipulation, though it lacks an explicit verb.
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 on when to use this tool versus alternatives. The description does not mention any prerequisites, exclusions, or contrast with sibling tools that perform replay buffer actions.
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/xDarkzx/OBS_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server