Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

trim_video

Trim videos to specific start and end times with precision. Input video path, start, and end times to generate a shorter, focused output video file. Use this tool for precise video editing.

Instructions

Trims a video to the specified start and end times.

Args: video_path: The path to the input video file. output_video_path: The path to save the trimmed video file. start_time: The start time for trimming (HH:SS or seconds). end_time: The end time for trimming (HH:SS or seconds). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
end_timeYes
output_video_pathYes
start_timeYes
video_pathYes

Input Schema (JSON Schema)

{ "properties": { "end_time": { "title": "End Time", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" }, "start_time": { "title": "Start Time", "type": "string" }, "video_path": { "title": "Video Path", "type": "string" } }, "required": [ "video_path", "output_video_path", "start_time", "end_time" ], "title": "trim_videoArguments", "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