Skip to main content
Glama

Pega DX MCP Server

by marco-looy

delete_case_tag

Remove a specific tag from a case by providing the case ID and tag ID using Pega DX MCP Server's API, streamlining data cleanup and management.

Instructions

Delete a specific tag from a case by case ID and tag ID

Input Schema

NameRequiredDescriptionDefault
caseIDYesFull case handle (case ID) to delete tag from. Example: "OSIEO3-DOCSAPP-WORK T-561003". Must be a complete case identifier including spaces and special characters.
tagIDYesTag ID to be deleted from the case. This is the unique identifier of the specific tag to remove.

Input Schema (JSON Schema)

{ "properties": { "caseID": { "description": "Full case handle (case ID) to delete tag from. Example: \"OSIEO3-DOCSAPP-WORK T-561003\". Must be a complete case identifier including spaces and special characters.", "type": "string" }, "tagID": { "description": "Tag ID to be deleted from the case. This is the unique identifier of the specific tag to remove.", "type": "string" } }, "required": [ "caseID", "tagID" ], "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