Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_session_events

Extract and filter session events by type or time range to analyze user behavior. Retrieve detailed data for insights into clicks, inputs, errors, and custom interactions.

Instructions

Get all events from a session with optional filtering by event type

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd timestamp (ms)
eventTypesNoFilter by specific event types (CLICK, INPUT, LOCATION, CUSTOM, ERROR, etc.)
sessionIdYesThe session ID
startTimeNoStart timestamp (ms)

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End timestamp (ms)", "type": "number" }, "eventTypes": { "description": "Filter by specific event types (CLICK, INPUT, LOCATION, CUSTOM, ERROR, etc.)", "items": { "type": "string" }, "type": "array" }, "sessionId": { "description": "The session ID", "type": "string" }, "startTime": { "description": "Start timestamp (ms)", "type": "number" } }, "required": [ "sessionId" ], "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/lekt9/openreplay-mcp'

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