Skip to main content
Glama

Pega DX MCP Server

by marco-looy

relate_cases

Link multiple case instances to a primary case to establish relationships, ensuring organized and interconnected workflows within Pega DX MCP Server for enhanced case management.

Instructions

Create relationships between cases by relating a set of case instances to a primary case

Input Schema

NameRequiredDescriptionDefault
caseIDYesPrimary case ID to relate other cases to. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters.
casesYesArray of case objects to relate to the primary case. Each case must have an ID property.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Primary case ID to relate other cases to. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1008\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "cases": { "description": "Array of case objects to relate to the primary case. Each case must have an ID property.", "items": { "additionalProperties": false, "properties": { "ID": { "description": "Full case handle of the case to relate. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1009\"", "type": "string" } }, "required": [ "ID" ], "type": "object" }, "maxItems": 50, "minItems": 1, "type": "array" } }, "required": [ "caseID", "cases" ], "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