Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
deluge-rulesValidation rules used by deluge-mcp.
deluge-topicsIndexed topics derived from the local curated Deluge knowledge base.
deluge-snippetsDeduplicated, curated Deluge snippets from data/processed/snippets.json.
deluge-canonical-indexCanonical key index with version groups and merged variants for curated Deluge knowledge.
deluge-coverageRequired canonical-key coverage status and curation tier distribution for Deluge knowledge.
zoho-crm-js-snippetsCurated Zoho CRM JavaScript SDK snippets from Context7-derived local data.
zoho-crm-js-topicsTopic index for the local Zoho CRM JavaScript SDK knowledge pack.
zoho-crm-js-canonical-indexCanonical key index with version groups and merged variants for Zoho CRM JS SDK knowledge.
zoho-crm-js-coverageRequired canonical-key coverage status and curation tier distribution.
deluge-cheatsheetShort Deluge syntax cheatsheet for non-programmers.

TDQS

B3.2/5.0

Scored across 6 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues