Skip to main content
Glama
wangyafu
by wangyafu

Related Servers

Alternatives to Haiguitang MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.3/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: get_prompt explains game rules, get_puzzle retrieves a specific puzzle's content, and list_puzzles_tool shows all available puzzles. There is no overlap or ambiguity between these three functions.

    Naming Consistency4/5

    Two tools follow a consistent verb_noun pattern (get_prompt, get_puzzle), but list_puzzles_tool deviates by adding '_tool' suffix unnecessarily. The naming is still readable and mostly predictable.

    Tool Count4/5

    Three tools is appropriate for a simple puzzle game server, though slightly minimal. It covers core needs: understanding the game, browsing puzzles, and accessing content. One more tool for puzzle management might enhance completeness.

    Completeness3/5

    The tools cover basic puzzle retrieval and listing, but lack puzzle creation, updating, or deletion operations. For a game server, this is a notable gap, as agents cannot modify or add puzzles, limiting interactive use.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues