Dis Servers MCP Server
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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_directory_overviewB | Return the directory scope and source-verification rules the site publishes. (Dis Servers) |
| get_official_linksA | Return the canonical list of official links for Dis Servers (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_disservers | Summarize what the site is, who it's for, and how it works. — Dis Servers |
| find_a_listing_disservers | Plan a directory search without treating a static snapshot as live status. — Dis Servers |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| directory | Public directory scope, listing criteria, and source-verification boundaries. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one provides directory scope and verification rules, the other provides official links. No overlap or ambiguity.
Both tools follow a consistent 'get_{noun}' pattern, making them predictable and easy to understand.
With only 2 tools, the server is minimal but appears well-scoped for its specific purpose of providing directory and link information. Slightly low, but reasonable for a narrow domain.
The tool set covers the core needs for the server's domain: directory overview and official links. Minor gaps like additional resources could exist, but the surface is complete for what it advertises.