postman-mcp-server

get_environment

Retrieve detailed information about a specific environment using its unique ID. Utilize this tool within the Postman MCP server to access and manage environment configurations effectively.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd