play_video
Stream and play videos directly from a provided link using the MCP server VideoDB Director. Ideal for quick access to video content based on user input.
Instructions
Play the video of the given stream link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_link | Yes |
Input Schema (JSON Schema)
{
"properties": {
"stream_link": {
"title": "Stream Link",
"type": "string"
}
},
"required": [
"stream_link"
],
"title": "play_videoArguments",
"type": "object"
}