Skip to main content
Glama
BoxTalk

Boxtalk Data MCP Server

by BoxTalk

Related Servers

Alternatives to Boxtalk Data MCP Server

No user-submitted related servers found.

    Related Servers

      TDQS

      A3.7/5.0

      Scored across 4 tools

      Disambiguation5/5

      Each tool has a clearly distinct purpose with no overlap: get_table_count retrieves record counts, get_table_data fetches paginated data, get_table_structure provides schema details, and query_data executes custom SELECT queries. The descriptions clearly differentiate between metadata operations and data retrieval, eliminating any potential for misselection.

      Naming Consistency5/5

      All tool names follow a consistent verb_noun pattern using snake_case: get_table_count, get_table_data, get_table_structure, and query_data. The naming convention is perfectly uniform throughout the set, making the tools predictable and easy to understand at a glance.

      Tool Count5/5

      Four tools is an ideal number for this SQL Server data access server, providing a well-scoped surface that covers essential operations without being overwhelming. Each tool serves a distinct and necessary function for interacting with database tables, making the count perfectly appropriate for the domain.

      Completeness4/5

      The tool set provides strong coverage for read-only data access with pagination, schema inspection, and custom queries, but lacks write operations (INSERT, UPDATE, DELETE) which might be expected in a full database interaction suite. However, given the enforced SELECT-only limitation in query_data, this appears intentional rather than a gap, though it limits the server's scope.