Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_case_descendants

Retrieve and analyze all child cases descending from a specific case instance, including assignments and actions, with limited access to inaccessible child cases. Use the case ID to initiate the process.

Instructions

Get descendants of a case instance. This API loops through all the child cases recursively descending from the specific one, and returns the assignments and actions for each. If the current user does not have access to a given child case, they can only see limited information, and can not drill down into any child cases.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to retrieve descendants from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters. The case must exist and be accessible to the current user.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to retrieve descendants from. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". Must be a complete case identifier including spaces and special characters. The case must exist and be accessible to the current user.", "type": "string" } }, "required": [ "caseID" ], "type": "object" }

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