postman-mcp-server

list_mocks

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