Skip to main content
Glama

stop_recording

Stop recording in OBS Studio to end video capture sessions and save media files.

Instructions

Stop OBS recording.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool handler for "stop_recording" which calls "StopRecord" via the OBS websocket and returns the result.
    case "stop_recording": {
      const result = await obs.call("StopRecord");
      return ok({ recording: false, output_path: result.outputPath ?? null });
    }
  • Registration of the "stop_recording" tool in the TOOLS array.
      name: "stop_recording",
      description: "Stop 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