MCP Environment & Installation Manager

by devlimelabs

get-profile

Retrieve profile-based configurations from the MCP Environment & Installation Manager by specifying a profile ID for environment and installation settings.

Input Schema

NameRequiredDescriptionDefault
profileIdYesProfile ID to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "profileId": { "description": "Profile ID to retrieve", "type": "string" } }, "required": [ "profileId" ], "type": "object" }
ID: kykgc78z0v