Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_user_sessions

Retrieve user sessions by ID within a specified date range using API key authentication. Supports analysis of session data for insights into user behavior and interaction patterns.

Instructions

Get sessions for a specific user ID (API key authentication supported)

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
startDateNoStart date in ISO format
userIdYesThe user ID to get sessions for

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "startDate": { "description": "Start date in ISO format", "type": "string" }, "userId": { "description": "The user ID to get sessions for", "type": "string" } }, "required": [ "userId" ], "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