Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_download_url

Generate a time-limited secure download link for video files to save locally, export for editing, or share. Specify video ID and optional format for direct access to the file.

Instructions

Get direct DOWNLOAD link for video files. USE WHEN: User needs to download/save video locally, export for editing, backup content, share downloadable link. RETURNS: Time-limited secure URL for downloading. EXAMPLE: 'Download video 1_abc123', 'Get mp4 file for editing'. Different from streaming - this is for saving files.

Input Schema

NameRequiredDescriptionDefault
entry_idYesVideo to download (format: '1_abc123')
flavor_idNoOptional: Choose specific quality/format. Leave empty for default. Use list_media_entries to see available flavors.

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "Video to download (format: '1_abc123')", "type": "string" }, "flavor_id": { "description": "Optional: Choose specific quality/format. Leave empty for default. Use list_media_entries to see available flavors.", "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