Skip to main content
Glama

create_profile

Create a new OBS Studio profile to organize scene collections, sources, and settings for different streaming or recording workflows.

Instructions

Create a new OBS profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_nameYesName for the new profile.

Implementation Reference

  • The handler implementation for the create_profile tool, which calls the OBS CreateProfile method.
    case "create_profile": {
      await obs.call("CreateProfile", { profileName: args.profile_name });
      return ok({ created_profile: args.profile_name });
    }
  • The tool registration for create_profile, defining its schema and description.
    name: "create_profile",
    description: "Create a new OBS profile.",
    inputSchema: {
      type: "object",
      properties: {
        profile_name: {
          type: "string",
          description: "Name for the new profile.",
        },

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