Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_analytics_timeseries

Fetch time-series analytics data for charts and dashboards. Analyze trends, monitor metrics like plays and views, and track video performance over customizable date ranges and intervals.

Instructions

Get time-series analytics data optimized for charts and visualizations. Use this when creating graphs, dashboards, or tracking trends over time.

Input Schema

NameRequiredDescriptionDefault
entry_idNoOptional: Track single video's performance over time (e.g., '1_abc123'). Leave empty for platform-wide trends.
from_dateYesStart date in YYYY-MM-DD format (e.g., '2024-01-01')
intervalNoTime grouping for data points (default: 'days'). Use 'hours' for <7 day ranges, 'days' for monthly, 'weeks' for quarterly, 'months' for yearly views. Affects data granularity.
metricsNoMetrics to include (e.g., ['plays', 'views'])
report_typeNoReport type (default: 'content')
to_dateYesEnd date in YYYY-MM-DD format (e.g., '2024-01-31')

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "Optional: Track single video's performance over time (e.g., '1_abc123'). Leave empty for platform-wide trends.", "type": "string" }, "from_date": { "description": "Start date in YYYY-MM-DD format (e.g., '2024-01-01')", "type": "string" }, "interval": { "description": "Time grouping for data points (default: 'days'). Use 'hours' for <7 day ranges, 'days' for monthly, 'weeks' for quarterly, 'months' for yearly views. Affects data granularity.", "enum": [ "hours", "days", "weeks", "months" ], "type": "string" }, "metrics": { "description": "Metrics to include (e.g., ['plays', 'views'])", "items": { "type": "string" }, "type": "array" }, "report_type": { "description": "Report type (default: 'content')", "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