Raygun MCP Server

Official

activate_error_group

Activate an error group in Raygun's Crash Reporting and Real User Monitoring by providing the application and error group identifiers.

Instructions

Set the status of the error group to active

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
errorGroupIdentifierYesError group identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "errorGroupIdentifier": { "description": "Error group identifier", "type": "string" } }, "required": [ "applicationIdentifier", "errorGroupIdentifier" ], "type": "object" }
ID: c2w95p6hjh