Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_assignment

Retrieve assignment details, including instructions, actions, and UI metadata, by providing its ID. Supports form and page view types for Pega DX MCP Server integration.

Instructions

Get detailed information about a specific assignment by assignment ID, including instructions and available actions. If the case type uses pessimistic locking and the client uses Constellation, this request locks the case.

Input Schema

NameRequiredDescriptionDefault
assignmentIDYesFull handle of an assignment. Example: ASSIGN-WORKLIST PBANK-LOAN-WORK V-76003!REVIEW_FLOW
pageNameNoIf provided, returns view metadata for the pageName view (only used when viewType is "page")
viewTypeNoType of view data to return. "form" returns only assignment UI metadata in uiResources object, "page" returns full page (read-only review mode) UI metadata in uiResources objectpage

Input Schema (JSON Schema)

{ "properties": { "assignmentID": { "description": "Full handle of an assignment. Example: ASSIGN-WORKLIST PBANK-LOAN-WORK V-76003!REVIEW_FLOW", "type": "string" }, "pageName": { "description": "If provided, returns view metadata for the pageName view (only used when viewType is \"page\")", "type": "string" }, "viewType": { "default": "page", "description": "Type of view data to return. \"form\" returns only assignment UI metadata in uiResources object, \"page\" returns full page (read-only review mode) UI metadata in uiResources object", "enum": [ "form", "page" ], "type": "string" } }, "required": [ "assignmentID" ], "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