Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_media_entry

Retrieve complete metadata for a specific video entry, including title, description, duration, tags, thumbnail, and status. Use this tool when you have an entry_id and need detailed information about a media file.

Instructions

Get complete metadata for a single video/media file. USE WHEN: You have a specific entry_id and need full details (title, description, duration, tags, thumbnail, status). RETURNS: Complete media metadata including URLs, dimensions, creation date. EXAMPLE: After search finds entry_id='1_abc123', use this to get full video details.

Input Schema

NameRequiredDescriptionDefault
entry_idYesThe media entry ID (format: '1_abc123' or '0_xyz789')

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "The media entry ID (format: '1_abc123' or '0_xyz789')", "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