postman-mcp-server

get_workspace

Retrieve specific workspace details by providing the workspace ID and optional additional data to include in the response.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd