Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_thumbnail_url

Generate custom-sized video thumbnail URLs by specifying entry ID, dimensions, and timestamp. Retrieve preview images quickly from the Kaltura MCP Server for media management.

Instructions

Get video thumbnail/preview image URL with custom dimensions

Input Schema

NameRequiredDescriptionDefault
entry_idYesThe media entry ID
heightNoThumbnail height in pixels (default: 90)
secondNoVideo timestamp in seconds to capture (default: 5)
widthNoThumbnail width in pixels (default: 120)

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "The media entry ID", "type": "string" }, "height": { "description": "Thumbnail height in pixels (default: 90)", "type": "integer" }, "second": { "description": "Video timestamp in seconds to capture (default: 5)", "type": "integer" }, "width": { "description": "Thumbnail width in pixels (default: 120)", "type": "integer" } }, "required": [ "entry_id" ], "type": "object" }
Install Server

Other Tools from Kaltura MCP Server

Related Tools

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