Skip to main content
Glama

duplicate_scene_item

Duplicate a scene item's transform and crop into the same or another OBS scene. Provide the source scene and item ID, optionally a destination scene.

Instructions

Duplicate a scene item, copying its transform/crop, optionally into a different scene.

Args: scene_name: Scene the item is currently in. scene_item_id: Numeric ID of the item to duplicate. destination_scene_name: Target scene; defaults to the source scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scene_nameYes
scene_item_idYes
destination_scene_nameNo
Behavior3/5

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

No annotations are provided, so the description carries full responsibility. It discloses that the duplicate preserves transform/crop and can target a different scene, which is useful. However, it does not specify whether the source is referenced or copied, what other properties are duplicated (e.g., filters, enabled state), or what the tool returns. This is partial but not comprehensive.

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 concise and well structured: a one-sentence summary followed by a clean Args block. No filler or redundant text, and the core action is front-loaded.

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

Completeness2/5

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

The tool has no output schema and no annotations, so the description must explain the return value and side effects. It does not mention what the tool returns (e.g., the new scene item ID) or any failure conditions. Although the parameters are well described, the missing result information leaves the description incomplete for an agent that needs to chain operations.

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

Parameters5/5

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

The schema provides no descriptions for parameters (0% coverage), but the description's Args section fully explains each parameter: scene_name (current scene), scene_item_id (numeric ID), and destination_scene_name (target scene, defaulting to source). This completely compensates for the schema gap and adds precise semantics.

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 'Duplicate a scene item, copying its transform/crop, optionally into a different scene.' It identifies the specific action (duplicate) and resource (scene item), and the detail about copying transform/crop distinguishes it from sibling tools like create_scene_item or set_scene_item_transform.

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 provides clear context by indicating the tool is for duplicating an existing scene item and optionally moving it to another scene. However, it does not explicitly contrast with alternatives like create_scene_item or mention exclusions, so it lacks the full when-not-to-use guidance required for a 5.

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/xDarkzx/OBS_MCP'

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