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
Name | Required | Description | Default |
---|---|---|---|
entry_id | Yes | The media entry ID | |
height | No | Thumbnail height in pixels (default: 90) | |
second | No | Video timestamp in seconds to capture (default: 5) | |
width | No | Thumbnail width in pixels (default: 120) |