postman-mcp-server

get_environment

Get details of a specific environment

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId} (e.g., "31912785-b8cdb26a-0c58-4f35-9775-4945c39d7ee2")

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId} (e.g., \"31912785-b8cdb26a-0c58-4f35-9775-4945c39d7ee2\")", "type": "string" } }, "required": [ "environmentId" ], "type": "object" }

You must be authenticated.

Other Tools