Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_quality_metrics

Analyze streaming quality and viewer experience to troubleshoot playback issues, monitor performance, and optimize delivery. Returns buffer rates, bitrate averages, error rates, startup times, and quality scores for actionable insights.

Instructions

Analyze streaming QUALITY and viewer experience. USE WHEN: Troubleshooting playback issues, monitoring streaming performance, optimizing delivery, investigating viewer complaints. RETURNS: Buffer rates, bitrate averages, error rates, startup times, quality scores. EXAMPLES: 'Why are users complaining about buffering?', 'Check streaming quality by device type', 'Find videos with poor performance'. Helps ensure smooth playback.

Input Schema

NameRequiredDescriptionDefault
dimensionNoOptional dimension (e.g., 'device', 'geography')
entry_idNoOptional entry ID for content-specific analysis
from_dateYesStart date in YYYY-MM-DD format (e.g., '2024-01-01')
metric_typeNoQuality aspect to analyze (default: 'overview'): 'overview' = general quality, 'experience' = user QoE scores, 'engagement' = quality impact on viewing, 'stream' = technical metrics, 'errors' = playback failures.
to_dateYesEnd date in YYYY-MM-DD format (e.g., '2024-01-31')

Input Schema (JSON Schema)

{ "properties": { "dimension": { "description": "Optional dimension (e.g., 'device', 'geography')", "type": "string" }, "entry_id": { "description": "Optional entry ID for content-specific analysis", "type": "string" }, "from_date": { "description": "Start date in YYYY-MM-DD format (e.g., '2024-01-01')", "type": "string" }, "metric_type": { "description": "Quality aspect to analyze (default: 'overview'): 'overview' = general quality, 'experience' = user QoE scores, 'engagement' = quality impact on viewing, 'stream' = technical metrics, 'errors' = playback failures.", "enum": [ "overview", "experience", "engagement", "stream", "errors" ], "type": "string" }, "to_date": { "description": "End date in YYYY-MM-DD format (e.g., '2024-01-31')", "type": "string" } }, "required": [ "from_date", "to_date" ], "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