Skip to main content
Glama

Better Qdrant MCP Server

add_documents

Upload and process documents into a Qdrant collection using specified embedding services like OpenAI or Ollama. Define text chunk size and overlap for efficient semantic search integration.

Instructions

Add documents to a Qdrant collection with specified embedding service

Input Schema

NameRequiredDescriptionDefault
chunkOverlapNoOverlap between chunks (optional)
chunkSizeNoSize of text chunks (optional)
collectionYesName of the collection to add documents to
embeddingServiceYesEmbedding service to use
filePathYesPath to the file to process

Input Schema (JSON Schema)

{ "properties": { "chunkOverlap": { "description": "Overlap between chunks (optional)", "type": "number" }, "chunkSize": { "description": "Size of text chunks (optional)", "type": "number" }, "collection": { "description": "Name of the collection to add documents to", "type": "string" }, "embeddingService": { "description": "Embedding service to use", "enum": [ "openai", "openrouter", "fastembed", "ollama" ], "type": "string" }, "filePath": { "description": "Path to the file to process", "type": "string" } }, "required": [ "filePath", "collection", "embeddingService" ], "type": "object" }

Other Tools from Better Qdrant 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/wrediam/better-qdrant-mcp-server'

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