Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-input-name

Rename an input in OBS Studio by specifying its current name and the new desired name, enabling organized source management.

Instructions

Sets the name of an input (rename)

Input Schema

NameRequiredDescriptionDefault
inputNameYesCurrent input name
newInputNameYesNew name for the input

Input Schema (JSON Schema)

{ "properties": { "inputName": { "description": "Current input name", "type": "string" }, "newInputName": { "description": "New name for the input", "type": "string" } }, "required": [ "inputName", "newInputName" ], "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