postman-mcp-server

get_workspace

Get details of a specific workspace

Input Schema

NameRequiredDescriptionDefault
includeNoAdditional data to include in response
workspaceYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "include": { "description": "Additional data to include in response", "type": "string" }, "workspace": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspace" ], "type": "object" }

You must be authenticated.

Other Tools