Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_errors_issues

Retrieve detailed errors and issues, including their impact and affected sessions, by filtering with date ranges, error types, occurrences, and grouping options.

Instructions

Get errors and issues with their impact and affected sessions

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
errorTypesNoFilter by error types (js_exception, missing_resource, etc.)
groupByNoHow to group errors
minOccurrencesNoMinimum number of occurrences
startDateNoStart date in ISO format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "errorTypes": { "description": "Filter by error types (js_exception, missing_resource, etc.)", "items": { "type": "string" }, "type": "array" }, "groupBy": { "description": "How to group errors", "enum": [ "message", "stack", "url" ], "type": "string" }, "minOccurrences": { "description": "Minimum number of occurrences", "type": "number" }, "startDate": { "description": "Start date in ISO format", "type": "string" } }, "type": "object" }

Other Tools from OpenReplay MCP Server

Related Tools

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/lekt9/openreplay-mcp'

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