Skip to main content
Glama
by marco-looy

get_data_view_metadata

Retrieve metadata for data views, including parameters and queryable fields, to streamline integration with Pega DX MCP Server. Supports all data view types for enhanced API interactions.

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" }

Latest Blog Posts

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