Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_related_case

Remove the association between two linked cases by deleting their specified relationship in the Pega DX MCP Server. Input primary and related case IDs to disassociate them.

Instructions

Remove related work association between two cases by deleting a specific relationship

Input Schema

NameRequiredDescriptionDefault
caseIDYesPrimary case ID from which to remove the related case. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". Must be a complete case identifier including spaces and special characters.
related_caseIDYesRelated case ID to be removed from the primary case. Example: "ON6E5R-DIYRecipe-Work-RecipeCollection R-1009". Must be a complete case identifier including spaces and special characters.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Primary case ID from which to remove the related case. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1008\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "related_caseID": { "description": "Related case ID to be removed from the primary case. Example: \"ON6E5R-DIYRecipe-Work-RecipeCollection R-1009\". Must be a complete case identifier including spaces and special characters.", "type": "string" } }, "required": [ "caseID", "related_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