Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

ignore_error_group

Mark specific error groups as ignored in Raygun MCP Server by providing the application and error group identifiers, streamlining error management and prioritization.

Instructions

Set the status of the error group to ignored

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" }

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/MindscapeHQ/mcp-server-raygun'

If you have feedback or need assistance with the MCP directory API, please join our Discord server