Open-E JovianDSS REST API Documentation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The environment the server is running in, typically set to 'production'. | production |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_edss_documentationA | Get EDSS REST API documentation (latest or trunk version) |
| download_edss_documentationB | Get download link for EDSS documentation as ZIP file |
| search_edss_documentationC | Search for specific terms or endpoints in EDSS documentation |
| analyze_edss_api_endpointsC | Extract and analyze API endpoints from EDSS documentation |
| compare_documentation_versionsA | Compare latest and trunk versions of EDSS documentation |
| discover_documentation_linksB | Discover all available EDSS documentation by parsing dh.lan homepage |
| get_edss_documentation_enhancedC | Get EDSS documentation with automatic version discovery and jQuery processing |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct action on documentation: discovering, downloading, retrieving, searching, analyzing endpoints, and comparing versions. No two tools have overlapping purposes.
All tool names follow a consistent verb_noun pattern with underscores (e.g., discover_documentation_links, download_edss_documentation). No deviations or mixed conventions.
7 tools is well-scoped for a documentation retrieval and analysis server. Each tool serves a clear need without unnecessary duplication.
Covers core documentation lifecycle: discovery, download, retrieval, search, analysis, and comparison. A minor gap is the absence of a tool for direct endpoint viewing, but search and analysis effectively address this.