postman-mcp-server

list_mocks

List all mock servers by team ID or workspace using Postman, enabling easy access to mock server details for efficient API testing workflows.

Instructions

List all mock servers

Input Schema

NameRequiredDescriptionDefault
teamIdNoReturn only results that belong to the given team ID
workspaceNoReturn only results found in the given workspace. If both teamId and workspace provided, only workspace is used.

Input Schema (JSON Schema)

{ "properties": { "teamId": { "description": "Return only results that belong to the given team ID", "type": "string" }, "workspace": { "description": "Return only results found in the given workspace. If both teamId and workspace provided, only workspace is used.", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd