Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIFY_API_KEY | Yes | Your Dify API key | |
| DIFY_API_URL | Yes | The Dify API endpoint URL, which includes your Dataset ID (e.g., https://api.dify.ai/v1/datasets/YOUR_DATASET_ID/documents/query) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_dify_knowledge | Query Dify knowledge base with a search query |
| get_dify_config | Get current Dify API configuration status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |