Skip to main content
Glama
Giancarlo26

obs-action-history

by Giancarlo26

obs_record_split

Split the active OBS recording into a new file instantly without stopping the stream, so you can break a long show into manageable pieces while recording continues.

Instructions

Close the recording file being written right now and immediately start the next one, without stopping the recording. Use it to cut a long show into pieces you can upload or hand off while the show is still going, rather than waiting six hours for one enormous file. The stream is untouched - this is the local recording only, and viewers see nothing. TRAPS: (1) Recording must be active; otherwise code 501. Streaming being live is not enough - the local recording is a separate output. (2) There is no 'undo' and no way to rejoin the halves afterwards without re-encoding. (3) The new file is named by OBS's filename formatting, so you do not choose the name here - read it back from obs_record_control status if you need it. (4) A split is a real container boundary: anything that was mid-chapter or mid-scene at that instant is split across two files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries full burden and excels: it discloses the error condition (recording must be active), the irreversible nature (no undo, no rejoin), the file naming behavior (not user-chosen), and the container boundary implications. It also states that the stream is untouched, which is critical for user expectations.

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

Conciseness4/5

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

The description is longer than average but well-structured with a clear purpose statement and a TRAPS section. Every sentence contributes essential information (purpose, usage context, stream untouched, four traps). It is front-loaded with the primary action. While somewhat verbose, it is not redundant or wasteful.

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

Completeness5/5

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

The description is comprehensive for a tool with no parameters and no output schema. It covers the operation's effect, prerequisites (active recording), error behavior (code 501), limitations (no undo, split boundary), and naming behavior. It leaves no critical aspect unexplained for an agent.

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?

There are no parameters, and the schema is empty. The baseline for zero parameters is 4, and the description adds value by explaining precisely what the tool does without needing parameters. It also informs the user that the output file name is not user-controlled, which is key semantic information beyond the schema.

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 explicitly states the action: 'Close the recording file being written right now and immediately start the next one, without stopping the recording.' It also clarifies the resource (local recording) and differentiates from other OBS control tools by focusing on the splitting behavior, which is distinct from start/stop controls.

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?

It provides clear context for when to use: 'Use it to cut a long show into pieces you can upload or hand off while the show is still going.' It does not explicitly mention alternative tools, but the context implies that waiting for one file is the alternative, and it lists traps that cover when not to use (e.g., recording must be active).

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/Giancarlo26/obs-action-history'

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