Skip to main content
Glama

postman-mcp-server

by delano

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

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