Raygun MCP Server

Official

delete_all_source_maps

Remove all source maps for a specific application in the Raygun MCP Server, streamlining debugging and optimizing resource management with a single action.

Instructions

Deletes all source maps

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier

Input Schema (JSON Schema)

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