Skip to main content
Glama

toggle_recording

Start or stop recording in OBS Studio to capture your screen or streaming content.

Instructions

Toggle OBS recording on/off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the toggle_recording tool, which calls OBS ToggleRecord and then fetches the updated recording status.
    case "toggle_recording": {
      await obs.call("ToggleRecord");
      const status = await obs.call("GetRecordStatus");
      return ok({ recording: status.outputActive });
    }
  • The tool registration for toggle_recording.
    {
      name: "toggle_recording",
      description: "Toggle OBS recording on/off.",
      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