Skip to main content
Glama
rocnubie

27-0 MCP Server

by rocnubie

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_game_rulesA

Return the verified game rules, roster constraints, and public entry points the site exposes. (27-0)

get_official_linksA

Return the canonical list of official links for 27-0 (website, support, docs when available).

Prompts

Interactive templates invoked by user choice

NameDescription
tell_me_about_27_0Summarize what the site is, who it's for, and how it works. — 27-0
plan_a_run_27_0Plan a single play-through using verified rules and entry points. — 27-0

Resources

Contextual data attached and managed by the client

NameDescription
rulesVerified game rules, roster-building constraints, and public entry points.
faqShort FAQ generated from public site metadata.
linksCanonical URLs to share with users.

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves game rules, the other retrieves official links. No ambiguity.

Naming Consistency5/5

Both tools follow the consistent pattern of 'get_<noun>' using snake_case.

Tool Count3/5

With only 2 tools, the server feels thin for most use cases, but it may be acceptable for a simple informational server.

Completeness3/5

The server covers only read-only retrieval of rules and links, lacking any interaction or update tools; likely incomplete for broader game-related tasks.