Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_document

Retrieve base64-encoded document content by providing a valid documentID. Ensures user access validation before securely downloading the document from the Pega DX MCP Server.

Instructions

Get contents of a document as base64 encoded string. Downloads document content based on the documentID parameter. The API validates the documentID and checks if the user has access to view the document before returning the base64 encoded content.

Input Schema

NameRequiredDescriptionDefault
documentIDYesDocument ID to retrieve content for. This is the unique identifier that identifies the specific document in the Pega system. The document must exist and be accessible to the current user.

Input Schema (JSON Schema)

{ "properties": { "documentID": { "description": "Document ID to retrieve content for. This is the unique identifier that identifies the specific document in the Pega system. The document must exist and be accessible to the current user.", "type": "string" } }, "required": [ "documentID" ], "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