get_case_stages
Retrieve detailed stages list for a specific case ID, including processes, steps, and visited status, via Pega DX MCP Server to streamline case management.
Instructions
Retrieve the stages list for a given case ID with processes, steps, and visited status information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseID | Yes | Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008) |
Input Schema (JSON Schema)
{
"properties": {
"caseID": {
"description": "Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008)",
"type": "string"
}
},
"required": [
"caseID"
],
"type": "object"
}