Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_case_view_calculated_fields

Retrieve specific calculated fields from a case view by providing the case ID, view ID, and field details. Filters out fields not included in the view for accurate data extraction.

Instructions

Get calculated fields for a given case view. Retrieves only the requested calculated fields from the case view. All requested calculated fields in the request body must be included in the view. Any requested fields that are not part of the view will be filtered out.

Input Schema

NameRequiredDescriptionDefault
calculationsYesObject containing the fields data to retrieve their respective calculated values. Must contain a "fields" array with field objects.
caseIDYesFull case handle (case ID) to retrieve calculated fields from. Example: "MYORG-SERVICES-WORK S-293001". Must be a complete case identifier including spaces and special characters.
viewIDYesName of the view from which calculated fields are retrieved - ID of the view rule. This identifies the specific view containing the calculated fields to be evaluated.

Input Schema (JSON Schema)

{ "properties": { "calculations": { "additionalProperties": false, "description": "Object containing the fields data to retrieve their respective calculated values. Must contain a \"fields\" array with field objects.", "properties": { "fields": { "description": "Array of field objects specifying which calculated fields to retrieve from the view.", "items": { "additionalProperties": false, "properties": { "context": { "default": "content", "description": "Context for the calculated field evaluation. Optional parameter that specifies the context in which the field should be evaluated. Default: \"content\".", "type": "string" }, "name": { "description": "Name of the calculated field to retrieve. Can include property references starting with dot notation (e.g., \".LoanEligibilityCheckListCountAll\").", "type": "string" } }, "required": [ "name" ], "type": "object" }, "minItems": 1, "type": "array" }, "whens": { "description": "Array of when condition objects for conditional field evaluation. Optional parameter for advanced field calculation scenarios.", "items": { "additionalProperties": false, "properties": { "context": { "description": "Context for the when condition evaluation.", "type": "string" }, "name": { "description": "Name of the when condition.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" } }, "required": [ "fields" ], "type": "object" }, "caseID": { "description": "Full case handle (case ID) to retrieve calculated fields from. Example: \"MYORG-SERVICES-WORK S-293001\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "viewID": { "description": "Name of the view from which calculated fields are retrieved - ID of the view rule. This identifies the specific view containing the calculated fields to be evaluated.", "type": "string" } }, "required": [ "caseID", "viewID", "calculations" ], "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