Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

add_b_roll

Overlay B-roll clips onto a main video to enhance visual storytelling. Specify main video, B-roll clips, and output path to create a polished final video.

Instructions

Inserts B-roll clips into a main video as overlays. Args listed in previous messages (docstring unchanged for brevity here)

Input Schema

NameRequiredDescriptionDefault
broll_clipsYes
main_video_pathYes
output_video_pathYes

Input Schema (JSON Schema)

{ "properties": { "broll_clips": { "items": { "additionalProperties": true, "type": "object" }, "title": "Broll Clips", "type": "array" }, "main_video_path": { "title": "Main Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" } }, "required": [ "main_video_path", "broll_clips", "output_video_path" ], "title": "add_b_rollArguments", "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/misbahsy/video-audio-mcp'

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