Skip to main content
Glama

Better Qdrant MCP Server

search

Find similar documents in a specified collection using semantic search with multiple embedding service options, and control result precision by setting limit parameters.

Instructions

Search for similar documents in a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesName of the collection to search in
embeddingServiceYesEmbedding service to use
limitNoMaximum number of results to return (optional)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Name of the collection to search in", "type": "string" }, "embeddingService": { "description": "Embedding service to use", "enum": [ "openai", "openrouter", "fastembed", "ollama" ], "type": "string" }, "limit": { "description": "Maximum number of results to return (optional)", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query", "collection", "embeddingService" ], "type": "object" }
Install Server

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