Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_realtime_metrics

Monitor live streams and events with real-time analytics updated every 30 seconds. Track active viewers, plays per minute, bandwidth usage, and detect issues instantly for timely intervention or performance assessment.

Instructions

Get LIVE analytics updating every 30 seconds. USE WHEN: Monitoring live events/streams, building real-time dashboards, tracking immediate campaign impact, detecting issues as they happen. RETURNS: Current active viewers, plays per minute, bandwidth usage. EXAMPLES: 'How many people watching right now?', 'Monitor live event performance', 'Track viral video in real-time'. Different from historical analytics - this is NOW.

Input Schema

NameRequiredDescriptionDefault
entry_idNoOptional entry ID for content-specific metrics
report_typeNoWhat to monitor (default: 'viewers'): 'viewers' = active viewer count, 'geographic' = viewer locations, 'quality' = streaming performance/buffering.

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "Optional entry ID for content-specific metrics", "type": "string" }, "report_type": { "description": "What to monitor (default: 'viewers'): 'viewers' = active viewer count, 'geographic' = viewer locations, 'quality' = streaming performance/buffering.", "enum": [ "viewers", "geographic", "quality" ], "type": "string" } }, "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