Skip to main content
Glama
ozand

Redis MCP Client

by ozand

Related Servers

Alternatives to Redis MCP Client

No user-submitted related servers found.

    Related Servers

      TDQS

      C2.8/5.0

      Scored across 14 tools

      Disambiguation2/5

      The tool set has clear ambiguity issues with 11 of the 14 tools being search variants that differ only by service name (e.g., search_bing_search, search_google_search, search_youtube_search), making them highly overlapping in purpose. The parser tools (get_parser_info, list_parsers) and health_check are distinct, but the search tools are nearly indistinguishable except for the target platform, which could lead to frequent misselection by agents.

      Naming Consistency4/5

      Naming is mostly consistent with a verb_noun pattern, as all tools use snake_case and start with verbs like 'get', 'list', 'health_check', or 'search'. However, there is a minor deviation where 'search_bing_search' and 'search_google_search' include 'search' redundantly in the noun part, slightly breaking the pattern compared to others like 'search_chatgpt' or 'search_youtube_search'.

      Tool Count3/5

      With 14 tools, the count is borderline high but reasonable for a server that combines Redis-related operations with multiple search services. However, the heavy focus on search variants (11 tools) makes the set feel bloated and less well-scoped, as it could have been consolidated into fewer, more generic tools with parameters for different services.

      Completeness2/5

      Inferring the domain from tool names and descriptions, this server appears to cover Redis parser management and multi-service search capabilities. There are significant gaps: for Redis, basic CRUD operations (e.g., set, get, delete keys) are missing, and for search, there's no tool for managing or configuring these services beyond querying. This incomplete surface will likely cause agent failures in handling core Redis or search lifecycle tasks.