Skip to main content
Glama
FoundZiGu

ragflow-mcp-server-fixed

by FoundZiGu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAGFLOW_API_KEYYesRAGFlow API key.
RAGFLOW_BASE_URLYesRAGFlow base URL.
RAGFLOW_DEFAULT_CHAT_IDNoExisting RAGFlow chat assistant ID for ask_configured_chat.
RAGFLOW_DEFAULT_CHAT_NAMENoExisting RAGFlow chat assistant name for ask_configured_chat.
RAGFLOW_DEFAULT_SESSION_NAMENoSession name created for the configured chat.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_datasetsB

List RAGFlow datasets. Returns dataset id and name.

create_chatB

Create a RAGFlow chat assistant and session for one dataset.

chatC

Ask a question in a created RAGFlow chat session.

ask_configured_chatA

Preferred one-step QA tool. Ask a question in the RAGFlow chat assistant configured on server startup. No dataset_id, chat_id, or session_id is required.

retrieveB

Retrieve relevant chunks directly from a RAGFlow dataset.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 5 tools

Disambiguation4/5

Most tools have distinct purposes: listing datasets, retrieving chunks, and creating chat sessions are clear. However, ask_configured_chat and chat both serve QA functions, which could lead to confusion if the agent does not carefully read the descriptions.

Naming Consistency2/5

Tool names are inconsistent: some are verb_noun (list_datasets, create_chat), others are single verbs (chat, retrieve), and one includes an adjective (ask_configured_chat). This mixed pattern can confuse an agent.

Tool Count4/5

With 5 tools, the surface is slightly lean but still covers essential RAGFlow operations: listing datasets, creating chats, retrieving chunks, and QA. It does not feel bloated, though a few more tools could enhance completeness.

Completeness2/5

The tool set lacks update and delete operations for both chats and datasets, and there is no tool to manage documents within datasets. This leaves significant gaps for a production RAG system, potentially causing agent failures.

Maintenance

ActivityMaintained
ResponsivenessSyncing