Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_case_descendants

Retrieve descendant cases and their details recursively from a specified case ID using the 'get_case_descendants' tool on the Pega DX MCP Server, ensuring access-controlled data visibility.

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" }

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