Skip to main content
Glama
double2dev

imposter-game-mcp

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_categoriesA

Get a list of all available Imposter Game categories. Use this to show the user what game topics they can choose from.

generate_game_wordsA

Generate a set of words for an Imposter Game session. Given a category and player count, this returns a secret word pair (one for civilians, one for the imposter) and assigns the roles to a list of players.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one lists categories, the other generates game words with role assignments. No overlap or ambiguity exists between them.

Naming Consistency5/5

Both tool names follow the verb_noun pattern (get_categories, generate_game_words), making them consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin for a general game service, but the narrow scope of generating words and listing categories makes the count borderline reasonable.

Completeness5/5

The server covers the core workflow: fetching categories and generating a word set with role assignments. No obvious missing operations for this specialized purpose.

Maintenance

ActivityMaintained
ResponsivenessSyncing