Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

trim-video

Edit videos by specifying start and end timestamps to trim them to a precise duration. Input a video URL and desired time range for custom cuts.

Instructions

Trim videos to a specific duration.

Input Schema

NameRequiredDescriptionDefault
endTimestampYesEnd time in HH:MM:SS
startTimestampYesStart time in HH:MM:SS
videoUrlYesURL of the video

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endTimestamp": { "description": "End time in HH:MM:SS", "type": "string" }, "startTimestamp": { "description": "Start time in HH:MM:SS", "type": "string" }, "videoUrl": { "description": "URL of the video", "format": "uri", "type": "string" } }, "required": [ "videoUrl", "startTimestamp", "endTimestamp" ], "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/Dumpling-AI/mcp-server-dumplingai'

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