Skip to main content
Glama

Video RAG MCP Server

by FiloHany

retrieve_data_tool

Extracts relevant video data segments from the Ragie index using a query, returning text, document names, and timestamps for precise content retrieval.

Instructions

Retrieves data from the Ragie index based on the query. The data is returned as a list of dictionaries, each containing the following keys: - text: The text of the retrieved chunk - document_name: The name of the document the chunk belongs to - start_time: The start time of the chunk - end_time: The end time of the chunk Args: query (str): The query to retrieve data from the Ragie index. Returns: list[dict]: The retrieved data.

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "retrieve_data_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