deluge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deluge_validateB | Validate Deluge syntax and common runtime-risk patterns. |
| deluge_fixC | Apply safe, minimal Deluge syntax fixes. |
| deluge_explainB | Explain Deluge snippet in beginner-friendly language. |
| deluge_examplesC | Return ranked, high-confidence Deluge examples by topic/query with safety filters. |
| zoho_crm_js_examplesB | Return ranked Zoho CRM JavaScript SDK examples from the local curated knowledge pack. |
| deluge_healthA | Report runtime health, uptime, and knowledge base availability. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| deluge-rules | Validation rules used by deluge-mcp. |
| deluge-topics | Indexed topics derived from the local curated Deluge knowledge base. |
| deluge-snippets | Deduplicated, curated Deluge snippets from data/processed/snippets.json. |
| deluge-canonical-index | Canonical key index with version groups and merged variants for curated Deluge knowledge. |
| deluge-coverage | Required canonical-key coverage status and curation tier distribution for Deluge knowledge. |
| zoho-crm-js-snippets | Curated Zoho CRM JavaScript SDK snippets from Context7-derived local data. |
| zoho-crm-js-topics | Topic index for the local Zoho CRM JavaScript SDK knowledge pack. |
| zoho-crm-js-canonical-index | Canonical key index with version groups and merged variants for Zoho CRM JS SDK knowledge. |
| zoho-crm-js-coverage | Required canonical-key coverage status and curation tier distribution. |
| deluge-cheatsheet | Short Deluge syntax cheatsheet for non-programmers. |
TDQS
Scored across 6 tools
Most tools have clear, unique purposes: validate, fix, explain, examples, and health are easily distinguishable. The only potential confusion is between deluge_examples and zoho_crm_js_examples, both of which return examples, though for different technologies.
Five of six tools follow the deluge_ prefix pattern and use simple, readable names like deluge_validate and deluge_explain. The outlier zoho_crm_js_examples breaks the prefix and style, making the set slightly inconsistent but still generally predictable.
Six tools is a well-scoped size for a Deluge-focused assistant, covering validation, fixing, explanation, examples, and health without overwhelming complexity. Each tool contributes a distinct function, and none feel redundant.
The core Deluge workflow is well covered: validate, fix, explain, and retrieve examples form a coherent set for developers. Minor gaps exist, such as no obvious tool for generating Deluge code from scratch or comparing snippets, but these are not critical dead ends.