Skip to main content
Glama

REST-to-Postman MCP

by runninghare

rest_to_postman_env

Synchronize REST application environment configurations with Postman by creating or updating environments. Automatically marks sensitive variables as secrets for secure API testing.

Instructions

Creates or updates a Postman environment with the provided environment variables. This tool helps synchronize your REST application's environment configuration with Postman. It supports both creating new environments and updating existing ones in your Postman workspace. Environment variables related to sensitive data (containing 'token' in their names) are automatically marked as secrets. Here's an example:

{ "envName": "REST Environment", "envVars": { "API_URL": "https://api.example.com", "API_TOKEN": "secret-token-1" } }

Input Schema

NameRequiredDescriptionDefault
envNameYesThe name of the Postman environment to create or update
envVarsYesA record of environment variables to be added to the Postman environment. Format: { [key: string]: string }

Input Schema (JSON Schema)

{ "properties": { "envName": { "description": "The name of the Postman environment to create or update", "type": "string" }, "envVars": { "additionalProperties": { "type": "string" }, "description": "A record of environment variables to be added to the Postman environment. Format: { [key: string]: string }", "type": "object" } }, "required": [ "envName", "envVars" ], "type": "object" }

You must be authenticated.

Other Tools from REST-to-Postman MCP

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/runninghare/rest-to-postman'

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