Skip to main content
Glama

create_scene

Create a new empty scene in OBS Studio to organize your streaming or recording setup.

Instructions

Create a new empty scene in OBS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scene_nameYesName for the new scene.

Implementation Reference

  • The handler for 'create_scene' which calls the OBS 'CreateScene' method.
    case "create_scene": {
      await obs.call("CreateScene", { sceneName: args.scene_name });
      return ok({ created: args.scene_name });
    }
  • Tool registration for 'create_scene'.
    name: "create_scene",
    description: "Create a new empty scene in OBS.",
    inputSchema: {
      type: "object",
      properties: {
        scene_name: {
          type: "string",
          description: "Name for the new scene.",
        },

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/LarsCanGit/OBS-MCP'

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