Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_data_view_metadata

Retrieve metadata for a specific data view, including parameters and queryable fields, to enhance interaction with Pega DX APIs through the MCP server.

Instructions

Retrieve data view metadata which includes data view parameters and list of queryable fields. Supports both queryable and non-queryable data views.

Input Schema

NameRequiredDescriptionDefault
dataViewIDYesID of the data view to retrieve metadata for. Example: "D_CaseList", "D_WorkBasket"

Input Schema (JSON Schema)

{ "properties": { "dataViewID": { "description": "ID of the data view to retrieve metadata for. Example: \"D_CaseList\", \"D_WorkBasket\"", "type": "string" } }, "required": [ "dataViewID" ], "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