Skip to main content
Glama

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" }

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/devlimelabs/mcp-env-manager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server