Skip to main content
Glama

OBS MCP Server

by royshil

obs-call-vendor-request

Execute vendor-specific requests in OBS Studio by specifying the vendor name and request type to perform custom operations through the OBS WebSocket interface.

Instructions

Call a request registered to a vendor

Input Schema

NameRequiredDescriptionDefault
requestDataNoObject containing appropriate request data
requestTypeYesThe request type to call
vendorNameYesName of the vendor to use

Input Schema (JSON Schema)

{ "properties": { "requestData": { "additionalProperties": {}, "description": "Object containing appropriate request data", "type": "object" }, "requestType": { "description": "The request type to call", "type": "string" }, "vendorName": { "description": "Name of the vendor to use", "type": "string" } }, "required": [ "vendorName", "requestType" ], "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