17-0 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_game_rulesA | Return the verified game rules, roster constraints, and public entry points the site exposes. (17-0) |
| get_official_linksA | Return the canonical list of official links for 17-0 (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_17_0 | Summarize what the site is, who it's for, and how it works. — 17-0 |
| plan_a_run_17_0 | Plan a single play-through using verified rules and entry points. — 17-0 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| rules | Verified game rules, roster-building constraints, and public entry points. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one retrieves game rules, the other retrieves official links. There is no functional overlap.
Both tools follow the consistent verb_noun pattern 'get_*', making them predictable and easy to distinguish.
With only 2 tools, the server feels minimal but is still reasonable for a narrowly scoped info-providing server. It does not feel excessively thin for its apparent purpose.
The domain (17-0 game/platform) likely encompasses more than just rules and links, such as game state or player actions, but the server seems focused on static reference information, so major gaps may not be critical.