Skip to main content
Glama

list_profiles

Retrieve all OBS Studio profiles and identify the currently active one for managing broadcast configurations.

Instructions

List all OBS profiles and show which one is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for "list_profiles" calls the OBS "GetProfileList" command and returns the current profile and the list of available profiles.
    case "list_profiles": {
      const { profiles, currentProfileName } =
        await obs.call("GetProfileList");
      return ok({
        current_profile: currentProfileName,
        profiles,
      });
    }
  • The tool registration for "list_profiles" including its description and input schema.
    {
      name: "list_profiles",
      description: "List all OBS profiles and show which one is active.",
      inputSchema: { type: "object", properties: {} },
    },

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