Skip to main content
Glama

Dify Knowledge MCP Server

by liiklin

query_dify_knowledge

Search and retrieve relevant information from the Dify knowledge base using natural language queries, with options to customize results, search methods, and reranking.

Instructions

Query Dify knowledge base with a search query

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query to find relevant knowledge
reranking_enableNoEnable reranking of search results
search_methodNoSearch method to usehybrid_search
top_kNoNumber of results to return (default: 3)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The search query to find relevant knowledge", "type": "string" }, "reranking_enable": { "default": true, "description": "Enable reranking of search results", "type": "boolean" }, "search_method": { "default": "hybrid_search", "description": "Search method to use", "enum": [ "semantic_search", "full_text_search", "hybrid_search" ], "type": "string" }, "top_k": { "default": 3, "description": "Number of results to return (default: 3)", "type": "number" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Dify Knowledge 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/liiklin/dify-knowledge-mcp-server'

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