Raygun MCP Server

Official

get_error_group

Retrieve detailed error group information by specifying the application and error group identifiers in Raygun MCP Server for streamlined error analysis and debugging.

Instructions

Get error group by identifier

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