Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

list_attachment_assets

Retrieve a list of files attached to a specific video, including PDFs, slides, and documents, by providing the video's entry ID. This tool helps locate supplementary materials associated with media content.

Instructions

Find FILES ATTACHED to videos. USE WHEN: Looking for supplementary materials, PDFs, slides, documents linked to video. RETURNS: List of attached files with names, types, sizes, IDs. EXAMPLES: 'What documents are attached to training video?', 'Find PDF slides for presentation'. Attachments are additional files uploaded with videos.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "entry_id": { "description": "Video to check for attachments (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