Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

update_environment_variables

Modify environment variables by adding, updating, or removing key-value pairs for API testing and development workflows. Supports merge or replace operations to manage configuration settings.

Instructions

Update environment variables (add/update/remove variables)

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID to update variables for
variablesYesVariables object with key-value pairs (JSON string, object, or comma-separated key=value pairs)
operationNoOperation type: "merge" (default) to combine with existing, "replace" to overwrite allmerge

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID to update variables for", "type": "string" }, "operation": { "default": "merge", "description": "Operation type: \"merge\" (default) to combine with existing, \"replace\" to overwrite all", "enum": [ "merge", "replace" ], "type": "string" }, "variables": { "description": "Variables object with key-value pairs (JSON string, object, or comma-separated key=value pairs)", "type": "string" } }, "required": [ "environmentId", "variables" ], "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/martin-1103/mcp2'

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