postman-mcp-server

list_workspaces

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