Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

list_source_maps

Retrieve a list of source maps for a specific application, enabling efficient debugging and analysis. Supports filtering, sorting, and pagination for organized data access.

Instructions

Returns a list of source maps for the specified application

Input Schema

NameRequiredDescriptionDefault
applicationIdentifierYesApplication identifier
countNoLimits the number of items in the response
offsetNoNumber of items to skip before returning results
orderByNoOrder items by property values

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationIdentifier": { "description": "Application identifier", "type": "string" }, "count": { "description": "Limits the number of items in the response", "type": "number" }, "offset": { "description": "Number of items to skip before returning results", "type": "number" }, "orderBy": { "description": "Order items by property values", "items": { "enum": [ "uri", "uri desc", "fileName", "fileName desc", "fileSizeBytes", "fileSizeBytes desc", "uploadedAt", "uploadedAt desc", "createdAt", "createdAt desc", "updatedAt", "updatedAt desc" ], "type": "string" }, "type": "array" } }, "required": [ "applicationIdentifier" ], "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