Skip to main content
Glama

Video RAG MCP Server

by FiloHany

show_video_tool

Generate video chunks from specific timestamps by specifying the document name, start time, and end time. Ideal for extracting precise segments from video content.

Instructions

Creates and saves a video chunk based on the document name, start time, and end time of the chunk. Returns a message indicating that the video chunk was created successfully. Args: document_name (str): The name of the document the chunk belongs to start_time (float): The start time of the chunk end_time (float): The end time of the chunk Returns: str: A message indicating that the video chunk was created successfully

Input Schema

NameRequiredDescriptionDefault
document_nameYes
end_timeYes
start_timeYes

Input Schema (JSON Schema)

{ "properties": { "document_name": { "title": "Document Name", "type": "string" }, "end_time": { "title": "End Time", "type": "number" }, "start_time": { "title": "Start Time", "type": "number" } }, "required": [ "document_name", "start_time", "end_time" ], "title": "show_video_toolArguments", "type": "object" }
Install Server

Other Tools from Video RAG MCP Server

Related Tools

    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/FiloHany/Video_RAG_MCP'

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