MCP Environment & Installation Manager

by devlimelabs

update-profile

Modify profile configurations in the MCP server by updating the name and description for a specified profile ID, ensuring accurate environment and installation settings.

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description for the profile
nameNoNew name for the profile
profileIdYesProfile ID to update

Input Schema (JSON Schema)

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