Skip to main content
Glama
by marco-looy

get_document

Retrieve base64 encoded document content by specifying a documentID. The tool validates access and document existence before returning the content, ensuring secure and authorized document retrieval.

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

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