Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_video_retention

Analyze viewer drop-off points in a video to optimize content, identify engaging moments, and improve completion rates. Provides 101 data points showing viewer retention at each percentage of the video, enabling precise comparisons between audience segments.

Instructions

Analyze WHERE viewers stop watching in a video. USE WHEN: Optimizing video content, finding boring sections, identifying engaging moments, improving completion rates. RETURNS: 101 data points (0-100%) showing viewer count at each percent of video. EXAMPLES: 'Where do viewers drop off in video 1_abc123?', 'What parts get replayed?', 'Compare retention for anonymous vs logged-in users'. Shows exact percentages where audience is lost.

Input Schema

NameRequiredDescriptionDefault
compare_segmentsNoCompare filtered segment vs all viewers
entry_idYesVideo to analyze (required, format: '1_abc123'). Get from search_entries or get_media_entry.
from_dateNoStart date (optional, defaults to 30 days ago)
to_dateNoEnd date (optional, defaults to today)
user_filterNoOptional viewer segment: 'anonymous' (not logged in), 'registered' (logged in), 'user@email.com' (specific user), 'cohort:students' (named group). Compare different audience behaviors.

Input Schema (JSON Schema)

{ "properties": { "compare_segments": { "description": "Compare filtered segment vs all viewers", "type": "boolean" }, "entry_id": { "description": "Video to analyze (required, format: '1_abc123'). Get from search_entries or get_media_entry.", "type": "string" }, "from_date": { "description": "Start date (optional, defaults to 30 days ago)", "type": "string" }, "to_date": { "description": "End date (optional, defaults to today)", "type": "string" }, "user_filter": { "description": "Optional viewer segment: 'anonymous' (not logged in), 'registered' (logged in), 'user@email.com' (specific user), 'cohort:students' (named group). Compare different audience behaviors.", "type": "string" } }, "required": [ "entry_id" ], "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/zoharbabin/kaltura-mcp'

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