Skip to main content
Glama
Giancarlo26

obs-action-history

by Giancarlo26

obs_scene_item_duplicate

Duplicate a scene item with its transform, crop, and blend mode into the same or another scene to reuse exact placement across scenes.

Instructions

Copy a scene item, with its transform, crop and blend mode intact, either within the same scene or into another one. Omit toScene to duplicate in place.

The copy points at the SAME underlying source - this clones the placement, not the camera. That is what makes it the fast way to build a matching layout: place one screen capture exactly, duplicate it into the next scene, then move only what differs. It is also why duplicating an audio-carrying source needs care, because you now have two items playing the same audio in one scene and the result is doubled, not louder.

Duplicating into a scene that already has that source is allowed; OBS does not deduplicate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toSceneNoDestination scene. Omit to duplicate into the same scene.
sceneNameYesScene holding the item.
sceneItemIdYesItem id from obs_list_sources_in_scene. Unique within this scene only.
Behavior5/5

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

With no annotations, the description carries the safety/side-effect burden and does this well: it discloses that the duplicate references the same underlying source, that this duplicates audio playback, and that OBS allows duplicate placements of the same source. It also clarifies that transform/crop/blend are copied, which is not inferable from the schema.

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 front-loaded with a one-sentence core operation, followed by concise conceptual and caveat paragraphs. Every sentence adds non-obvious value; no filler.

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 mutating tool with no annotations and no output schema, the description covers operation, use case, and side effects unusually well. The only notable omission is what the tool returns (e.g., the new item ID), which would help an agent chain follow-up operations on the duplicated item.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description repeats optional toScene semantics but does not materially add parameter-level meaning beyond the schema entries.

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 first sentence names a specific verb ('Copy a scene item') plus the intact transform/crop/blend mode and destination options, so the tool's core action is unmistakable. The phrase 'clones the placement, not the camera' separates it from source-adding or source-duplicating siblings.

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 explicitly recommends this for building matching layouts and warns about audio-carrying sources producing doubled audio and no-deduplication behavior. It does not name a specific alternative tool or an explicit 'do-not-use' case, so it falls just short of full guidance.

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