Skip to main content
Glama

Pega DX MCP Server

by marco-looy

change_to_stage

Navigate to any valid stage within a case workflow by specifying the case ID, stage ID, and eTag. Optimize case progression and manage concurrent modifications with efficient stage switching.

Instructions

Change to a specified stage of a case based on stageID passed. Allows navigation to any valid stage (primary, alternate) within a case workflow.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (e.g., "MYORG-SERVICES-WORK S-293001"). Must be a complete case identifier including spaces and special characters.
cleanupProcessesNoWhether to clean up the processes, including assignments, of the stage being switched away from. Default is true. Set to false to opt out of this cleanup feature.
eTagYeseTag unique value representing the most recent save date time (pxSaveDateTime) of the case. Required for optimistic locking to prevent concurrent modifications. Obtained from previous case operations.
stageIDYesStage ID to navigate to (e.g., "PRIM1", "ALT1"). Must be a valid stage identifier for the case type.
viewTypeNoType of view data to return. "none" returns no UI resources (default), "form" returns form UI metadata in read-only review mode, "page" returns full page UI metadata in read-only review mode.none

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (e.g., \"MYORG-SERVICES-WORK S-293001\"). Must be a complete case identifier including spaces and special characters.", "type": "string" }, "cleanupProcesses": { "default": true, "description": "Whether to clean up the processes, including assignments, of the stage being switched away from. Default is true. Set to false to opt out of this cleanup feature.", "type": "boolean" }, "eTag": { "description": "eTag unique value representing the most recent save date time (pxSaveDateTime) of the case. Required for optimistic locking to prevent concurrent modifications. Obtained from previous case operations.", "type": "string" }, "stageID": { "description": "Stage ID to navigate to (e.g., \"PRIM1\", \"ALT1\"). Must be a valid stage identifier for the case type.", "type": "string" }, "viewType": { "default": "none", "description": "Type of view data to return. \"none\" returns no UI resources (default), \"form\" returns form UI metadata in read-only review mode, \"page\" returns full page UI metadata in read-only review mode.", "enum": [ "none", "form", "page" ], "type": "string" } }, "required": [ "caseID", "stageID", "eTag" ], "type": "object" }
Install Server

Other Tools from Pega DX MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marco-looy/pega-dx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server