Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_data_objects

Retrieve a list of data objects with metadata and HATEOAS links, optionally filtered by type (data or case), to streamline access to Pega Platform resources in AI-driven applications.

Instructions

Retrieve list of available data objects with metadata and HATEOAS links. Can optionally filter by data object type (data or case).

Input Schema

NameRequiredDescriptionDefault
typeNoOptional filter for data object type. "data" returns data type objects, "case" returns case type objects. If not provided, returns all data objects.

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "Optional filter for data object type. \"data\" returns data type objects, \"case\" returns case type objects. If not provided, returns all data objects.", "enum": [ "data", "case" ], "type": "string" } }, "required": [], "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