Skip to main content
Glama

Create Scene Collection

obs-create-scene-collection

Create a new OBS scene collection and switch to it. Provide a name to organize scenes for different setups.

Instructions

Creates a new scene collection, switching to it in the process

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sceneCollectionNameYesName for the new scene collection
Behavior4/5

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

Annotations only indicate readOnly=false and do not provide much behavioral context. The description adds a valuable side-effect disclosure: creating the collection also switches to it. It does not cover edge cases like duplicate names, but for a simple creation tool the main behavioral trait is clearly stated.

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 a single, front-loaded sentence with no filler. It states the action, the resource, and the important side effect in minimal words.

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?

Given the tool's simplicity—one required parameter, no nested objects, no output schema—the description is nearly complete. It states the core action and the side effect. It could go slightly further by noting behavior on duplicate names or whether an error is returned, but that is not essential for basic invocation.

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?

One parameter is documented in the schema with 100% coverage: sceneCollectionName is described as 'Name for the new scene collection.' The description adds no parameter-specific meaning, but because the schema fully covers the parameter, the baseline of 3 is appropriate.

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 uses a specific verb ('Creates') and a clear resource ('scene collection'), plus the key behavioral detail that it switches to the new collection. This distinguishes it from sibling tools like obs-set-current-scene-collection, which switches to an existing collection, and obs-get-scene-collection-list, which lists collections.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage is implied: use this tool when you need a new scene collection and want to switch to it immediately. However, there is no explicit guidance about when not to use it or which sibling alternative to choose, such as obs-set-current-scene-collection for switching to an existing collection.

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/Tom-R-Main/OBS-MCP'

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