GetSceneList
Retrieve a list of available OBS scenes to facilitate automated streaming setup and management within the Presentation Buddy MCP Server.
Instructions
Gets the list of available OBS scenes.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}