Skip to main content
Glama
marco-looy

Pega DX MCP Server

by marco-looy

update_data_record_partial

Update specific fields in a Pega data record while preserving other values, using conditional save plans for controlled modifications.

Instructions

Partially update an existing data record based on conditional save plan configured for a savable Data Page. Only updates the provided fields, leaving other fields unchanged. Note: Not supported for PEGA System of records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataViewIDYesID of savable Data Page to update. a valid, existing data view identifier.
dataYesData object containing properties to update in the data record. Only the specified properties will be updated, other fields remain unchanged.
eTagNoOptional. Auto-fetched if omitted. For faster execution, use eTag from previous response.
pageInstructionsNoOptional list of page-related operations for embedded pages, page lists, or page groups. Required for setting embedded page references.
sessionCredentialsNoOptional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken.

Latest Blog Posts

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