action pdfgeneratorapi_get_workspace { label: "Get workspace" description: "Returns workspace information" provider: pdfgeneratorapi method: GET path: "/workspaces/workspaceId" encoding: json input: { type: "object" properties: { workspaceId: { type: "string" } } required: ["workspaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }