Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-profile-parameter

Modify OBS Studio profile configuration by setting, updating, or deleting specific parameter values to customize streaming and recording settings.

Instructions

Sets the value of a parameter in the current profile's configuration

Input Schema

NameRequiredDescriptionDefault
parameterCategoryYesCategory of the parameter to set
parameterNameYesName of the parameter to set
parameterValueYesValue of the parameter to set. Use null to delete

Input Schema (JSON Schema)

{ "properties": { "parameterCategory": { "description": "Category of the parameter to set", "type": "string" }, "parameterName": { "description": "Name of the parameter to set", "type": "string" }, "parameterValue": { "description": "Value of the parameter to set. Use null to delete", "type": [ "string", "null" ] } }, "required": [ "parameterCategory", "parameterName", "parameterValue" ], "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