Skip to main content
Glama

Pega DX MCP Server

by marco-looy

get_attachment_categories

Retrieve attachment categories for a Pega case by specifying the case ID and attachment type (File or URL), including user permissions for each category.

Instructions

Retrieve the list of attachment categories available for a specific Pega case, filtered by attachment type (File or URL). Returns category metadata including user permissions (view, create, edit, delete) for each attachment category associated with the case type. The API uses the class name from the caseID to get attachment categories and filters them based on the type parameter. Only attachment categories configured in the Attachment Category rule are returned. Useful for understanding what attachment categories are available and what operations the current user can perform on each category.

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to retrieve attachment categories for. Must be the complete case identifier including spaces and special characters. Example: "OSIEO3-DOCSAPP-WORK T-561003". The API uses the class name from this caseID to determine which attachment categories are associated with the case type.
typeNoFilter for the attachment type to retrieve categories for. Case insensitive. "File" or "file" returns all attachment categories of type File. "URL" or "url" returns attachment categories of type URL. Default value is "File". The API returns attachment categories of either type File or type URL during a particular API call, not both simultaneously.File

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to retrieve attachment categories for. Must be the complete case identifier including spaces and special characters. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". The API uses the class name from this caseID to determine which attachment categories are associated with the case type.", "type": "string" }, "type": { "default": "File", "description": "Filter for the attachment type to retrieve categories for. Case insensitive. \"File\" or \"file\" returns all attachment categories of type File. \"URL\" or \"url\" returns attachment categories of type URL. Default value is \"File\". The API returns attachment categories of either type File or type URL during a particular API call, not both simultaneously.", "enum": [ "File", "URL", "file", "url" ], "type": "string" } }, "required": [ "caseID" ], "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