Skip to main content
Glama

list_scene_collections

Retrieve all available scene collections and identify the currently active one in OBS Studio.

Instructions

List all scene collections and show which one is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'list_scene_collections' which fetches the list of scene collections from OBS.
    case "list_scene_collections": {
      const { sceneCollections, currentSceneCollectionName } =
        await obs.call("GetSceneCollectionList");
      return ok({
        current_collection: currentSceneCollectionName,
        collections: sceneCollections,
      });
    }
  • The registration of the 'list_scene_collections' tool with its schema definition.
    {
      name: "list_scene_collections",
      description: "List all scene collections and show which one is active.",
      inputSchema: { type: "object", properties: {} },
    },

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