Skip to main content
Glama

Pega DX MCP Server

by marco-looy

add_case_followers

Add multiple users as followers to a case in Pega to enable notifications and updates on case progress. Requires a valid case ID and user identifiers.

Instructions

Add multiple followers to a work object. Allows users to follow a case to receive notifications and updates about case progress.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to add followers to. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters.
usersYesArray of user objects to add as followers to the case. Each user object should contain user identification information.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to add followers to. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "users": { "description": "Array of user objects to add as followers to the case. Each user object should contain user identification information.", "items": { "properties": { "ID": { "description": "User identifier of the person to add as a follower. This is the unique identifier for the user in the Pega system.", "type": "string" } }, "required": [ "ID" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "caseID", "users" ], "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