Skip to main content
Glama

Related Servers

Alternatives to Book Guide MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that enables AI agents to dynamically create and reuse executable skills (Python functions) from natural language descriptions, with automatic skill crystallization and real-time MCP spec updates.
      42
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that gives AI agents a shared, living memory by distilling solved tasks into reusable, verifiable skills, enabling collective intelligence and reducing redundant inference.
      4 npm
      MIT

    TDQS

    A3.6/5.0

    Scored across 20 tools

    Disambiguation4/5

    Most tools target distinct actions (list/start/next, search/cite, import_file/import_url), and the descriptions include helpful guidance on when to use each. A few pairs overlap in spirit—library_list and skill_status both summarize the library, and skill_search and skill_cite both return book text—but the purposes are still separable.

    Naming Consistency3/5

    The prefixes library_, skill_, and tutor_ provide a clear domain structure, and names are uniformly snake_case. However, the action position varies (skill_open versus skill_framework_apply, skill_playbook_next versus skill_playbook_start), and some names are nouns rather than operations (skill_curriculum, skill_status, tutor_turn).

    Tool Count3/5

    At 20 tools, the server is in the heavy 16-25 range, and several tools (library_reload, skill_status, skill_transfer_test) could arguably be folded into other workflows. The count is not unreasonable given the breadth of library management, playbooks, frameworks, and tutoring, but it feels borderline.

    Completeness3/5

    The surface covers import, discovery, search, citation, playbooks, frameworks, tutoring, grading, and curriculum, so the core loop is usable. But there is no way to remove or update an imported skill, and playbook/tutor sessions lack explicit end/abandon operations, leaving some lifecycle dead ends.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues