Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_user_journey

Track and analyze user interactions across multiple sessions by providing a User ID and date range. Optionally include detailed events for comprehensive behavioral insights.

Instructions

Get the complete journey of a user across multiple sessions

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
includeEventsNoInclude detailed events (default false)
startDateNoStart date in ISO format
userIdYesUser ID or anonymous ID

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "includeEvents": { "description": "Include detailed events (default false)", "type": "boolean" }, "startDate": { "description": "Start date in ISO format", "type": "string" }, "userId": { "description": "User ID or anonymous ID", "type": "string" } }, "required": [ "userId" ], "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