Skip to main content
Glama
logisky

logisheets-mcp

Related Servers

Alternatives to logisheets-mcp

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to directly create, read, edit, and save Excel (.xlsx) spreadsheets using natural language through the Model Context Protocol, supporting cells, sheets, formatting, and formulas without writing Python code.
    21
    5
    MIT

Related Servers

TDQS

A4.4/5.0

Scored across 26 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: block operations, sheet operations, workbook operations, analysis tools, chart tools, and metadata. Even similar-sounding tools like set_cells vs set_block_cells are explicitly differentiated by whether they address blocks or raw cells, and chart_from_block vs chart_insert are distinguished by block-field vs range-based references. No two tools overlap in function.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern with clear prefixes: block_* for block operations, chart_* for charts, and descriptive verbs for others (create_sheet, get_cells, open_workbook). All names use snake_case with verbs first, making them predictable and easy to parse. The only slight deviation is eval_formula, but it still fits the verb_noun pattern.

Tool Count4/5

26 tools is slightly above the 16-25 range typically considered heavy, but the domain is a full spreadsheet application covering workbook lifecycle, block management, cell operations, formula evaluation, dependency analysis, goal seeking, validation, preview, charts, and import/export. Each tool earns its place given the breadth of functionality, so the count is justified despite being on the higher end.

Completeness4/5

The surface covers the full lifecycle of blocks (create, convert, add/delete/move rows, set cells, describe, set description), sheets (create, get/set cells), charts (insert/list/update/delete), workbook open/save/export, and advanced analysis (trace, goal seek, preview, validation). Minor gaps exist: there is no delete_sheet or delete_block tool, and block renaming is not directly supported, but these can be worked around by clearing content or recreating. Overall, the core workflows are well-covered.

Maintenance

ActivityMaintained
ResponsivenessWithin a week