選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

mcp_tools.md 654B


sidebar_position: 2

slug: /mcp_tools

RAGFlow MCP tools

The MCP server currently offers a specialized tool to assist users in searching for relevant information powered by RAGFlow DeepDoc technology:

  • retrieve: Fetches relevant chunks from specified dataset_ids and optional document_ids using the RAGFlow retrieve interface, based on a given question. Details of all available datasets, namely, id and description, are provided within the tool description for each individual dataset.

For more information, see our Python implementation of the MCP server.