Skip to main content
Glama

postman-mcp-server

by delano

update_environment

Modify specific variables or rename an existing environment in Postman by providing environment ID and updated details for efficient configuration management.

Instructions

Update an existing environment. Only include variables that need to be modified.

Input Schema

NameRequiredDescriptionDefault
environmentYesEnvironment details to update
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Environment details to update", "properties": { "name": { "description": "New environment name (optional)", "type": "string" }, "values": { "description": "Environment variables to update (optional)", "items": { "properties": { "enabled": { "type": "boolean" }, "key": { "type": "string" }, "type": { "enum": [ "default", "secret" ], "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "type": "object" }, "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" } }, "required": [ "environmentId", "environment" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

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/delano/postman-mcp-server'

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