Skip to main content
Glama

Related Servers

Alternatives to of-mcp

No user-submitted related servers found.

    Related Servers

      TDQS

      A4.4/5.0

      Scored across 4 tools

      Disambiguation5/5

      Each tool serves a distinct purpose: answer_question returns RAG context, get_page retrieves full page markdown, list_sections navigates the doc tree, and search_docs performs keyword search. No overlap in functionality.

      Naming Consistency5/5

      All tools follow a consistent verb_noun snake_case pattern (answer_question, get_page, list_sections, search_docs), making it easy to infer their actions.

      Tool Count5/5

      With 4 tools, the server is well-scoped for documentation retrieval and search. Each tool earns its place, covering essential operations without unnecessary bloat.

      Completeness5/5

      The tool set covers the full lifecycle of documentation access: search (search_docs), context retrieval (answer_question), page content (get_page), and navigation (list_sections). No obvious gaps.