Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_performance_metrics

Extract user session performance metrics such as page load times, largest contentful paint, and time to interactive. Analyze data by page, browser, device, or country with customizable percentiles for detailed insights.

Instructions

Get performance metrics like page load times, largest contentful paint, time to interactive, etc.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
groupByNo
metricsYes
percentilesNoPercentiles to calculate (e.g., [50, 75, 90, 95, 99])
startDateNoStart date in ISO format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "groupBy": { "items": { "enum": [ "page", "browser", "device", "country" ], "type": "string" }, "type": "array" }, "metrics": { "items": { "enum": [ "load_time", "dom_complete", "first_paint", "first_contentful_paint", "largest_contentful_paint", "time_to_interactive", "cpu_load", "memory_usage" ], "type": "string" }, "type": "array" }, "percentiles": { "description": "Percentiles to calculate (e.g., [50, 75, 90, 95, 99])", "items": { "type": "number" }, "type": "array" }, "startDate": { "description": "Start date in ISO format", "type": "string" } }, "required": [ "metrics" ], "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