Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

extract-video

Extract structured data from videos by providing a prompt and input method. Enables video analysis with URL or base64 input, returning results in JSON if needed.

Instructions

Extract structured data from videos based on a prompt.

Input Schema

NameRequiredDescriptionDefault
inputMethodYesInput method
jsonModeNoReturn in JSON format
promptYesExtraction prompt
videoYesURL or base64-encoded video

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputMethod": { "description": "Input method", "enum": [ "url", "base64" ], "type": "string" }, "jsonMode": { "description": "Return in JSON format", "type": "boolean" }, "prompt": { "description": "Extraction prompt", "type": "string" }, "video": { "description": "URL or base64-encoded video", "type": "string" } }, "required": [ "inputMethod", "video", "prompt" ], "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