Skip to main content
Glama

postman-mcp-server

by delano

list_workspaces

Retrieve and filter workspaces by creator, type, or include additional data for streamlined management and organization of Postman resources.

Instructions

List all workspaces

Input Schema

NameRequiredDescriptionDefault
createdByNoFilter workspaces by creator
includeNoAdditional data to include in response
typeNoFilter workspaces by type

Input Schema (JSON Schema)

{ "properties": { "createdBy": { "description": "Filter workspaces by creator", "type": "string" }, "include": { "description": "Additional data to include in response", "type": "string" }, "type": { "description": "Filter workspaces by type", "enum": [ "personal", "team", "private", "public", "partner" ], "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