get-profile
Retrieve profile-based configurations using a specified Profile ID to streamline environment variable management and server setup automation in the MCP Environment & Installation Manager.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileId | Yes | Profile 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"
}