Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

list_caption_assets

Retrieve all available captions and subtitles for a video, including languages, formats (SRT/VTT), and file IDs. Use to verify accessibility, check supported languages, or prepare for transcription processes.

Instructions

Find all CAPTIONS/SUBTITLES for a video. USE WHEN: Checking if video has captions, finding available languages, preparing for accessibility, getting transcript. RETURNS: List of caption files with languages, formats (SRT/VTT), IDs. EXAMPLE: 'Does video 1_abc123 have captions?', 'List subtitle languages available'. First step before getting caption content.

Input Schema

NameRequiredDescriptionDefault
entry_idYesVideo to check for captions (format: '1_abc123')

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "Video to check for captions (format: '1_abc123')", "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