Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

get_source_map

Retrieve a specific source map using its identifier and application ID for debugging and error analysis within the Raygun MCP Server's crash reporting and monitoring system.

Instructions

Returns a single source map by identifier

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
sourceMapIdentifierYesSource map identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "sourceMapIdentifier": { "description": "Source map identifier", "type": "string" } }, "required": [ "applicationIdentifier", "sourceMapIdentifier" ], "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