Skip to main content
Glama

OpenReplay MCP Server

by lekt9

get_funnel_analysis

Analyze user funnels and conversion paths to understand behavior patterns. Input steps, dates, and filters to track event-based user journeys and improve conversion insights.

Instructions

Analyze user funnels and conversion paths

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format
filtersNoAdditional filters
startDateNoStart date in ISO format
stepsYesFunnel steps in order

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "type": "string" }, "filters": { "description": "Additional filters", "type": "array" }, "startDate": { "description": "Start date in ISO format", "type": "string" }, "steps": { "description": "Funnel steps in order", "items": { "properties": { "eventType": { "description": "Event type (LOCATION, CLICK, CUSTOM)", "type": "string" }, "eventValue": { "description": "Event value to match", "type": "string" }, "name": { "description": "Step name", "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "steps" ], "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