Skip to main content
Glama

Pega DX MCP Server

by marco-looy

release_case_lock

Release pessimistic locks on Pega cases to cancel operations, clearing cached or pending updates. Ensures case integrity during transaction rollbacks or cancellations.

Instructions

Release pessimistic lock on a Pega case and clean up any cached or pending updates. Used when canceling case operations that require locking.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to release lock from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters.
viewTypeNoType of view data to return. "none" returns no view metadata or fields (default), "page" returns the full page UI metadata.none

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to release lock from. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "viewType": { "default": "none", "description": "Type of view data to return. \"none\" returns no view metadata or fields (default), \"page\" returns the full page UI metadata.", "enum": [ "none", "page" ], "type": "string" } }, "required": [ "caseID" ], "type": "object" }
Install Server

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