Skip to main content
Glama

OpenReplay MCP Server

by lekt9

search_sessions

Search and filter user sessions by date, filters, and pagination on the OpenReplay MCP Server. Requires userId and API key authentication for streamlined session analysis.

Instructions

[Requires userId with API key auth] Search and filter sessions. Full search requires JWT authentication.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
filtersNoFilters (limited with API key auth)
limitNoNumber of sessions to return
offsetNoOffset for pagination
sortNo
startDateNoStart date in ISO format
userIdNoRequired: User ID to search sessions for

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "filters": { "description": "Filters (limited with API key auth)", "items": { "properties": { "operator": { "description": "Operator", "type": "string" }, "type": { "description": "Filter type", "type": "string" }, "value": { "description": "Filter value", "type": [ "string", "number", "array" ] } }, "type": "object" }, "type": "array" }, "limit": { "description": "Number of sessions to return", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" }, "sort": { "properties": { "field": { "description": "Field to sort by", "type": "string" }, "order": { "description": "Sort order", "enum": [ "asc", "desc" ], "type": "string" } }, "type": "object" }, "startDate": { "description": "Start date in ISO format", "type": "string" }, "userId": { "description": "Required: User ID to search sessions for", "type": "string" } }, "required": [], "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