Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_case

Retrieve detailed case information, including optional UI metadata, from Pega using a case ID. Ideal for integrating Pega case data into conversational or AI-driven applications via the Pega DX MCP Server.

Instructions

Get detailed information about a Pega case by case ID

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008)
originChannelNoOrigin of this service. E.g. - Web, Mobile etc.
pageNameNoIf provided, view metadata for specific page name will be returned (only used when viewType is "page")
viewTypeNoType of view data to return. "none" returns no UI resources, "page" returns full page UI metadatanone

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (e.g.,ON6E5R-DIYRECIPE-WORK-RECIPECOLLECTION R-1008)", "type": "string" }, "originChannel": { "description": "Origin of this service. E.g. - Web, Mobile etc.", "type": "string" }, "pageName": { "description": "If provided, view metadata for specific page name will be returned (only used when viewType is \"page\")", "type": "string" }, "viewType": { "default": "none", "description": "Type of view data to return. \"none\" returns no UI resources, \"page\" returns 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