Skip to main content
Glama

postman-mcp-server

by delano

update_mock

Modify details of an existing mock server, including name, description, environment, access settings, and version tag, using the specified mock server ID.

Instructions

Update an existing mock server

Input Schema

NameRequiredDescriptionDefault
mockYes
mockIdYesThe mock server ID

Input Schema (JSON Schema)

{ "properties": { "mock": { "properties": { "description": { "description": "Updated description", "type": "string" }, "environment": { "description": "New environment ID", "type": "string" }, "name": { "description": "New mock server name", "type": "string" }, "private": { "description": "Updated access control setting", "type": "boolean" }, "versionTag": { "description": "Updated collection version tag", "type": "string" } }, "type": "object" }, "mockId": { "description": "The mock server ID", "type": "string" } }, "required": [ "mockId", "mock" ], "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