Skip to main content
Glama

stop_streaming

Stop live streaming in OBS Studio to end broadcasts and manage streaming sessions.

Instructions

Stop OBS streaming.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function that executes the `stop_streaming` tool, which calls `StopStream` on the OBS WebSocket connection.
    case "stop_streaming": {
      await obs.call("StopStream");
      return ok({ streaming: false });
    }
  • Tool registration definition for `stop_streaming`.
      name: "stop_streaming",
      description: "Stop OBS streaming.",
      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