postman-mcp-server

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

ID: zoig549xfd