Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_case_ancestors

Retrieve the hierarchical chain of parent cases for a specific case ID, including case details and navigation links, to understand parent-child relationships in Pega DX MCP Server workflows.

Instructions

Get ancestor case hierarchy for a specific case. Retrieves ancestor hierarchy case list for the case ID passed in, showing the parent-child relationships up the case hierarchy chain. Each ancestor includes basic case information (ID, name) and HATEOAS navigation links.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to retrieve ancestors 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 ancestors 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