Skip to main content
Glama

OBS MCP Server

by royshil

obs-save-source-screenshot

Capture and save screenshots of specific OBS Studio sources to files with customizable format, dimensions, and compression quality.

Instructions

Saves a screenshot of a source to the filesystem

Input Schema

NameRequiredDescriptionDefault
imageCompressionQualityNoCompression quality to use (0-100, -1 for default)
imageFilePathYesPath to save the screenshot file to
imageFormatYesImage compression format to use
imageHeightNoHeight to scale the screenshot to
imageWidthNoWidth to scale the screenshot to
sourceNameNoName of the source to take a screenshot of
sourceUuidNoUUID of the source to take a screenshot of

Input Schema (JSON Schema)

{ "properties": { "imageCompressionQuality": { "description": "Compression quality to use (0-100, -1 for default)", "type": "number" }, "imageFilePath": { "description": "Path to save the screenshot file to", "type": "string" }, "imageFormat": { "description": "Image compression format to use", "type": "string" }, "imageHeight": { "description": "Height to scale the screenshot to", "type": "number" }, "imageWidth": { "description": "Width to scale the screenshot to", "type": "number" }, "sourceName": { "description": "Name of the source to take a screenshot of", "type": "string" }, "sourceUuid": { "description": "UUID of the source to take a screenshot of", "type": "string" } }, "required": [ "imageFormat", "imageFilePath" ], "type": "object" }

Other Tools from OBS MCP Server

Related Tools

    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/royshil/obs-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server