Skip to main content
Glama

start_recording

Begin recording video and audio in OBS Studio to capture live content or create video files.

Instructions

Start OBS recording.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the 'start_recording' tool, which calls the OBS 'StartRecord' command.
    case "start_recording": {
      await obs.call("StartRecord");
      return ok({ recording: true });
    }
  • Tool registration for 'start_recording'.
    {
      name: "start_recording",
      description: "Start OBS recording.",
      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