Skip to main content
Glama

postman-mcp-server

by delano

create_mock

Generate a mock server using a specified Postman collection, environment, and workspace to simulate API behavior for testing and development purposes.

Instructions

Create a new mock server. Creates in Personal workspace if workspace not specified.

Input Schema

NameRequiredDescriptionDefault
mockYes
workspaceNoWorkspace ID to create the mock in

Input Schema (JSON Schema)

{ "properties": { "mock": { "properties": { "collection": { "description": "Collection ID to mock", "type": "string" }, "description": { "description": "Mock server description", "type": "string" }, "environment": { "description": "Environment ID to use", "type": "string" }, "name": { "description": "Mock server name", "type": "string" }, "private": { "description": "Access control setting", "type": "boolean" }, "versionTag": { "description": "Collection version tag", "type": "string" } }, "required": [ "collection", "name" ], "type": "object" }, "workspace": { "description": "Workspace ID to create the mock in", "type": "string" } }, "required": [ "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