Skip to main content
Glama

Kaltura MCP Server

by zoharbabin

get_attachment_content

Retrieve or download supplementary files attached to videos, such as PDFs or presentation slides, by specifying the attachment ID. Use to access and extract document content or obtain download links for attached materials.

Instructions

Download or read ATTACHED FILES from videos. USE WHEN: Accessing supplementary materials, downloading PDFs, getting presentation slides, reading attached documents. RETURNS: File content (if text) or download URL. EXAMPLE: 'Download the PDF slides', 'Read the attached notes'. Use after list_attachment_assets to get specific attachment ID.

Input Schema

NameRequiredDescriptionDefault
attachment_asset_idYesAttachment ID from list_attachment_assets (format: '1_xyz789')

Input Schema (JSON Schema)

{ "properties": { "attachment_asset_id": { "description": "Attachment ID from list_attachment_assets (format: '1_xyz789')", "type": "string" } }, "required": [ "attachment_asset_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