Skip to main content
Glama

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC

osc_create_vod

Generate a VOD package by processing a source video URL through a specified pipeline in the Eyevinn Open Source Cloud MCP Server.

Instructions

Create a VOD package using a VOD pipeline in Eyevinn Open Source Cloud

Input Schema

NameRequiredDescriptionDefault
pipelineYesName of the pipeline
sourceYesSource video URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pipeline": { "description": "Name of the pipeline", "pattern": "^[a-z0-9]+$", "type": "string" }, "source": { "description": "Source video URL", "type": "string" } }, "required": [ "pipeline", "source" ], "type": "object" }
Install Server

Other Tools from Eyevinn Open Source Cloud 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/EyevinnOSC/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server