MCP Environment & Installation Manager

by devlimelabs

list-env-vars

Retrieve all environment variables associated with a specific profile ID to manage configurations in the MCP Environment & Installation Manager server.

Input Schema

NameRequiredDescriptionDefault
profileIdYesProfile ID to list environment variables from

Input Schema (JSON Schema)

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