Skip to main content
Glama

postman-mcp-server

by delano

fork_environment

Create a duplicate environment in a specified workspace by forking an existing one, enabling efficient environment replication for testing or collaboration.

Instructions

Create a fork of an environment in a workspace

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}
labelYesLabel/name for the forked environment
workspaceYesTarget workspace ID

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "label": { "description": "Label/name for the forked environment", "type": "string" }, "workspace": { "description": "Target workspace ID", "type": "string" } }, "required": [ "environmentId", "label", "workspace" ], "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