Skip to main content
Glama

Pega DX MCP Server

by marco-looy

update_data_record_full

Replace an entire data record by providing a new data object and specifying the savable Data Page ID, ensuring full updates based on configured conditional save plans. Utilized within Pega DX MCP Server for streamlined data management.

Instructions

Fully update an existing data record based on conditional save plan configured for a savable Data Page. Overrides the entire data record with the provided data object.

Input Schema

NameRequiredDescriptionDefault
dataYesData object containing all properties to update in the data record. This will replace the entire existing record.
dataViewIDYesID of savable Data Page to update. Must be a valid, existing data view identifier.

Input Schema (JSON Schema)

{ "properties": { "data": { "additionalProperties": true, "description": "Data object containing all properties to update in the data record. This will replace the entire existing record.", "type": "object" }, "dataViewID": { "description": "ID of savable Data Page to update. Must be a valid, existing data view identifier.", "type": "string" } }, "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