Skip to main content
Glama

Pega DX MCP Server

by marco-looy

update_data_record_partial

Update specific fields in an existing data record using a savable Data Page, based on a conditional save plan, without altering other fields. Supports optimistic locking with eTags for concurrent access scenarios.

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

NameRequiredDescriptionDefault
dataYesData object containing properties to update in the data record. Only the specified properties will be updated, other fields remain unchanged.
dataViewIDYesID of savable Data Page to update. Must be a valid, existing data view identifier.
eTagNoeTag unique value for optimistic locking. Used to ensure the record has not been modified since the last read. Recommended for concurrent access scenarios.
pageInstructionsNoOptional list of page-related operations to be performed on embedded pages, page lists, or page group properties during the update.

Input Schema (JSON Schema)

{ "properties": { "data": { "additionalProperties": true, "description": "Data object containing properties to update in the data record. Only the specified properties will be updated, other fields remain unchanged.", "type": "object" }, "dataViewID": { "description": "ID of savable Data Page to update. Must be a valid, existing data view identifier.", "type": "string" }, "eTag": { "description": "eTag unique value for optimistic locking. Used to ensure the record has not been modified since the last read. Recommended for concurrent access scenarios.", "type": "string" }, "pageInstructions": { "description": "Optional list of page-related operations to be performed on embedded pages, page lists, or page group properties during the update.", "items": { "type": "object" }, "type": "array" } }, "required": [ "dataViewID", "data" ], "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