Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_next_assignment

Retrieve the next assignment for the user using the Get Next Work feature. Supports detailed views for forms or full pages to optimize task management.

Instructions

Get detailed information about the next assignment to be performed by the requestor. Uses Get Next Work functionality to fetch the assignment most suitable for the current user.

Input Schema

NameRequiredDescriptionDefault
pageNameNoIf provided, view metadata for specific page name will be returned (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": { "pageName": { "description": "If provided, view metadata for specific page name will be returned (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": [], "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