postman-mcp-server

list_environments

List all environments in a workspace. If workspace not specified, lists environments in "My Workspace".

Input Schema

NameRequiredDescriptionDefault
workspaceNoWorkspace ID (optional)

Input Schema (JSON Schema)

{ "properties": { "workspace": { "description": "Workspace ID (optional)", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools