Skip to main content
Glama

Related Servers

Alternatives to WiseGrid MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    A4/5.0

    Scored across 12 tools

    Disambiguation4/5

    Tools are clearly separated by resource and action: whoami for identity, list/get for sheets and reports, list for columns/rows, and add/update/delete for row mutations. Slight overlap exists between get_sheet (which includes rows) and list_rows, and between update_row and update_rows, but descriptions explicitly clarify the differences, minimizing misselection risk.

    Naming Consistency5/5

    Names follow a consistent verb_noun pattern with list_* for collections, get_* for single entities, and action verbs (add, update, delete, run) for mutations. The special-case whoami is a standard idiom and doesn't break the overall convention.

    Tool Count5/5

    12 tools cover the server's scope—authentication, sheet/column/row reads, row writes, and report execution—without bloat. This falls well within the ideal 3-15 range and each tool has a clear purpose.

    Completeness4/5

    Row lifecycle is fully covered (list, add, update single/bulk, delete), and reports can be listed, inspected, and executed. However, sheets and reports cannot be created or deleted, and there's no single-row fetch or bulk delete, leaving minor gaps for advanced workflows.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues