Skip to main content
Glama

Pega DX MCP Server

by marco-looy

update_attachment

Modify the name and category of an existing attachment in Pega DX MCP Server by specifying the attachmentID, ensuring user access and adherence to system permissions.

Instructions

Updates the name and category of an existing attachment for a given attachmentID. The API only updates the title and category of an existing attachment. It does not update the filename and URL. The system verifies user access to the attachment category before allowing the update.

Input Schema

NameRequiredDescriptionDefault
attachmentIDYesFull ID of the Attachment, Link-Attachment instance pzInsKey (attachment ID) to update. Format example: "LINK-ATTACHMENT OSIEO3-TESTAPP03-WORK T-672011!20240104T100246.978 GMT". This is the complete instance handle key that uniquely identifies the attachment in the Pega system. The attachment must exist and be accessible to the current user.
categoryYesNew attachment category. Must be a valid attachment category that exists in the system and that the user has edit permissions for. The category determines the attachment type and associated permissions.
nameYesNew name of the attachment. This will be the display name shown for the attachment in the case. Must be a non-empty string.

Input Schema (JSON Schema)

{ "properties": { "attachmentID": { "description": "Full ID of the Attachment, Link-Attachment instance pzInsKey (attachment ID) to update. Format example: \"LINK-ATTACHMENT OSIEO3-TESTAPP03-WORK T-672011!20240104T100246.978 GMT\". This is the complete instance handle key that uniquely identifies the attachment in the Pega system. The attachment must exist and be accessible to the current user.", "type": "string" }, "category": { "description": "New attachment category. Must be a valid attachment category that exists in the system and that the user has edit permissions for. The category determines the attachment type and associated permissions.", "type": "string" }, "name": { "description": "New name of the attachment. This will be the display name shown for the attachment in the case. Must be a non-empty string.", "type": "string" } }, "required": [ "attachmentID", "name", "category" ], "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