Skip to main content
Glama

MCP Docs RAG Server

by kazuph

rag_query

Query documents using a Retrieval-Augmented Generation (RAG) system to extract precise information. Automatically creates an index if unavailable, ensuring access to relevant data.

Instructions

Query a document using RAG. Note: If the index does not exist, it will be created when you query, which may take some time.

Input Schema

NameRequiredDescriptionDefault
document_idYesID of the document to query
queryYesQuery to run against the document

Input Schema (JSON Schema)

{ "properties": { "document_id": { "description": "ID of the document to query", "type": "string" }, "query": { "description": "Query to run against the document", "type": "string" } }, "required": [ "document_id", "query" ], "type": "object" }
Install Server

Other Tools from MCP Docs RAG 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/kazuph/mcp-docs-rag'

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