LogiSheets
NPM · LOGISHEETS-MCP · SCANNED SEP 20
An Excel-compatible spreadsheet engine for agents: deterministic formulas, block memory, real .xlsx.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 100 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to logisky/logisheets-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 8659 tokens (~279/item across 31 items; 31 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 84% of tool parameters carry a description.Partial
Tool Safety92
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 2 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "eval_formula" implies "eval" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
- An AI judge read all 32 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the LogiSheets MCP server?
LogiSheets runs locally as an npm package, launched with npx -y logisheets-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · logisheets-mcp
claude mcp add logisky-logisheets-mcp -- npx -y logisheets-mcp
{
"mcpServers": {
"logisky-logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
]
}
}
} {
"servers": {
"logisky-logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
]
}
}
} codex mcp add logisky-logisheets-mcp -- npx -y logisheets-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"logisky-logisheets-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"logisheets-mcp"
],
"enabled": true
}
}
} openclaw mcp add logisky-logisheets-mcp --command npx --arg -y --arg logisheets-mcp
mcp_servers:
logisky-logisheets-mcp:
command: "npx"
args: ["-y", "logisheets-mcp"] {
"McpServers": {
"logisky-logisheets-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"logisheets-mcp"
]
}
}
} assistant mcp add logisky-logisheets-mcp -t stdio -c npx -a -y logisheets-mcp
{
"mcpServers": {
"logisky-logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 0
- Stability: 0.97 → pass security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 0
- Stability: 0.90 → unverified ▼ security
- Tool safety: pass → unverified ▼ security
- Schema quality: 234 → 279 ▼ functional
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Tool coverage: 79% → 84% ▲ functional
- First check of Schema quality: unverified functional
- Package version: 0.4.1 → 0.5.0 functional
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.
- 8 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/logisheets-mcp@0.5.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | logisky/logisheets-mcp |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/logisky/logisheets-mcp/.github/workflows/publish.yaml@refs/tags/v0.5.0 |
| Rekor log index | 2883318024 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:c82e46893e74d87109c6ff7149ec172d5742cb1d8b6a3c4ac6d0f42c54c488ced48ae95ffe81a46a970bab555ac1b948842b09ecd6438f815fdf492da |
Background: How many MCP packages publish verified provenance →
Dependencies 100 packages
| Packages resolved | 100 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
add_block_rows ~203
Add rows to an existing block. Appends at the end by default; pass after_key or before_key to insert at a position instead. Each row needs a key; values is an object keyed by field name. Fields with a value_formula are auto-materialized by the engine — don't pass them in values. Validation/editability shadows for the new rows are auto-installed by the engine at InsertRowsInBlock time, so no follow-up is needed. Also inserts the matching sheet rows (one block per sheet-row assumption — extends the sheet so downstream rows shift down).
| Name | Type | Req | Description |
|---|---|---|---|
| after_key | string | – | Insert directly after the row with this key, instead of appending at the end. Mutually exclusive with before_key. |
| before_key | string | – | Insert directly before the row with this key. Use the first key to insert at the top. Mutually exclusive with after_key. |
| block | string | yes | Block ref name. |
| rows | array | yes | – |
No output schema declared.
No examples provided.
chart_delete ~53
Delete a chart. Get the chart_id from chart__list. Undoable, but it removes the chart and its formatting.
| Name | Type | Req | Description |
|---|---|---|---|
| chartId | string | yes | From chart__list. |
| sheetIdx | integer | yes | – |
No output schema declared.
No examples provided.
chart_from_block ~302
Chart a block by naming its fields, instead of working out which cells they occupy. The chart stays bound to the block: it plots whatever the named fields hold, so records added to the block later appear on their own and inserting rows or columns cannot leave it pointing at the wrong cells. A col-schema block works the same way as a row-schema one. Use `edit__describe_block` or `inspect` first if you do not know the field names. Blocks with a "random" schema have no field axis and cannot be charted this way — chart their cell range with chart__insert instead. Fields are held by name. Renaming one breaks the link (the series goes empty); moving its column does not.
| Name | Type | Req | Description |
|---|---|---|---|
| anchor | string | – | Top-left cell of the chart. Defaults to two rows below the block. |
| blockId | integer | yes | – |
| categoryField | string | – | Field whose values label the categories (the X axis). The block's key column is not addressable as a range, so name the field that reads as a label. Omitted, the categories are just 1..n. |
| chartType | string | – | Defaults to col. |
| sheetIdx | integer | yes | Zero-based sheet index. |
| sizeInCells | object | – | – |
| title | string | – | Defaults to the block's schema name. |
| valueFields | array | yes | Field names to plot, one series each, in order. |
No output schema declared.
No examples provided.
chart_insert ~309
Insert a chart that reads its values live from the given ranges — editing those cells later updates the chart. Look at the data first so the series are right: a column of labels belongs in categoriesRef, each column of numbers is one series, and its header is that series' name. References are A1 (B2:B10, or Sheet2!B2:B10 to read another sheet). The chart is placed below the data unless `anchor` says otherwise.
| Name | Type | Req | Description |
|---|---|---|---|
| anchor | string | – | Top-left cell of the chart, e.g. 'H2'. Defaults to two rows below the data. |
| categoriesRef | string | – | A1 range of the category labels (the X axis), e.g. A2:A10. For scatter/bubble these are the numeric X values. |
| chartType | string | yes | col = vertical bars, bar = horizontal. pie/doughnut plot one series. scatter/bubble take numeric X from categoriesRef. stock needs 4 series (open/high/low/close) or 3 (high/low/close). surface plots… |
| series | array | yes | One entry per data series. Each valueRef is an A1 range of the values to plot. |
| sheetIdx | integer | yes | Sheet the chart is placed on (zero-based). |
| sizeInCells | object | – | Chart size in cells. Defaults to 15 × 8. |
| title | string | – | Chart title. |
No output schema declared.
No examples provided.
chart_list ~53
List the charts on a sheet — id, kind, title, the ranges each series reads, and where the chart sits. Call this before updating or deleting one.
| Name | Type | Req | Description |
|---|---|---|---|
| sheetIdx | integer | yes | Zero-based sheet index. |
No output schema declared.
No examples provided.
chart_update ~289
Reconfigure an existing chart in place, keeping its position. Anything left out keeps its current value; an empty string clears a text field (title, axis title, number format). Get the chart_id from chart__list first.
| Name | Type | Req | Description |
|---|---|---|---|
| catAxisTitle | string | – | – |
| categoriesRef | string | – | Re-point the category labels (A1 range). |
| chartId | string | yes | From chart__list. |
| chartType | string | – | – |
| legendPos | string | – | – |
| numFmt | string | – | Excel number-format code for the value axis and labels, e.g. "#,##0.00" or "0%". Empty falls back to the source cells' own format. |
| series | array | – | One entry per data series. Each valueRef is an A1 range of the values to plot. |
| sheetIdx | integer | yes | – |
| showDataLabels | boolean | – | Print each point's value next to it. |
| showPercentLabels | boolean | – | Add the percentage to labels (pie-like charts). |
| stacked | boolean | – | Stack the series. Ignored by pie and scatter. |
| title | string | – | Empty string clears it. |
| valAxisScale | object | – | Replaces the whole value-axis scale — fields left out become automatic, which is how a fixed bound is cleared. |
| valAxisTitle | string | – | – |
No output schema declared.
No examples provided.
convert_to_block ~418
Turn a table that already exists in ordinary cells into a block, in place, without touching its values. This is how you adopt a workbook someone hands you. `create_block` is for new tables and refuses to write over existing data; this one takes the data as it stands and gives it a name, fields and row keys, so you can address it as (block, row_key, field) and reference it from formulas by name instead of by coordinate. Give `position` and the counts for the DATA only, leaving out any header row. Field names come from the header row — pass `header_row`, or leave it out and the row directly above the data is used when it looks like titles. `fields` states them outright instead. The row key is inferred: the first column whose values are all present and all different. Pass `key_field` to choose. Whatever is inferred is reported back, so check it — the key is how formulas and later edits name a row. Converting is a one-time cost: the block and its schema survive saving and reloading, and afterwards the region behaves exactly like one created as a block.
| Name | Type | Req | Description |
|---|---|---|---|
| col_count | integer | yes | Number of columns. |
| fields | array | – | Field names, when there is no header row. Length must equal col_count. |
| header_row | integer | – | Row holding the column titles; field names are read from it. Omit it and the row directly above `position` is used when it looks like a header — all text, over data that is not. |
| key_field | string | – | Which field identifies a row. Omit and the first column whose values are all present and all different is used. |
| name | string | yes | Ref name for the new block — BLOCKREF's first argument. Must be unique. |
| position | object | yes | Top-left cell of the data, excluding the header row. |
| row_count | integer | yes | Number of data rows. |
| sheet | string | yes | Sheet the table is on. |
No output schema declared.
No examples provided.
create_analysis_block ~311
Add a block that analyses another one — a totals row, sitting directly below the table it summarises. It is an ordinary block that declares which block it analyses, so its result is addressable like any other: `BLOCKREF("<name>", "<label>", "<field>")`. That is the point of it being separate — a total you can only look at is much less useful than one you can reference. What the engine does with the declaration: it GENERATES each field's formula from it, so renaming a field of the source rebuilds the total instead of breaking it, and the total tracks the source as rows are added. Do not write the formulas yourself. By default every `number` field of the source gets a SUM and everything else is left blank; pass `aggregates` to choose. Removing the source removes this block with it. Read it back with describe_block: the analysis reports `analyzes`, the source reports `analyzed_by`. Never sum an analysis block alongside its source — that counts the same numbers twice.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregates | array | – | Which source fields to aggregate and how. Omit to SUM every field the source declares as `number`. |
| label | string | – | What goes in the key column, and therefore the key the result is addressed by. Defaults to "TOTAL". |
| name | string | – | Ref name for the new block. Defaults to "<source>_analysis". |
| source | string | yes | Ref name of the block to analyse. |
No output schema declared.
No examples provided.
create_block ~498
Create a structured block (table) on a sheet. fields[0] is the row-key column — the value BLOCKREF matches on, so it has to be unique per record; it is ordinary data you can write. Block ref name (`name`) is used as the first arg to BLOCKREF/BLOCKREFS in formulas. Field types supported: - 'string' / 'number' — plain text/numeric cells. - 'boolean' — cell stores 0/1 or TRUE/FALSE; UI renders ✅/❌ if host has the widget set. - 'enum' (+ enum_id) — cell stores variant id; UI renders dropdown if host has the widget set. Watson auto-injects a variant-whitelist validation formula on the field so out-of-set writes light up as warnings even without widget rendering. Requires a prior define_enum_set call with matching id. Rules (value_formula / validation / editability) are set separately via set_field_rule — this call only declares structure + initial rows. Auto-creates the target sheet if missing.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | What this table is for, in a sentence or two: what a row represents, what the fields mean where the names are not obvious, and anything a later reader must not do to it (e.g. a field the craft mainta… |
| fields | array | yes | Column definitions in order. fields[0] is the row-key column. |
| initial_rows | array | – | Optional initial rows. |
| name | string | yes | Block ref name. Used as the first arg to BLOCKREF/BLOCKREFS in formulas. Must be unique within the workbook. |
| position | object | yes | Top-left cell of the block (0-indexed). |
| sheet | string | yes | Target sheet name. |
| unique_together | array | – | Field groups whose values must not repeat in COMBINATION — a rule about the TABLE, not about one cell. `unique` on a field covers one column; this covers several together, which nothing else can say.… |
No output schema declared.
No examples provided.
create_pivot ~567
Cross-tabulate a table: one row per distinct value of `rows`, one column per distinct value of `columns`, each cell aggregating `measure`. The result is an ordinary block, so every cell is addressable: `BLOCKREF("<name>", "<a rows value>", "<a columns value>")`. That is what lets you put one number from it in a sentence or feed it to another calculation. You declare the recipe; the engine generates every cell from it. Do not write formulas, and do not write into the block — renaming a field of the source rebuilds the pivot rather than breaking it, which is only true because nothing is hand-written. `rows` and `columns` must be fields whose values REPEAT (a region, a quarter, a status). Pointing either at an id gives one row per record, which is the source table again, not a pivot. IMPORTANT: a pivot's numbers are live but its SHAPE is not. When new values appear in the source, its rows and columns fall behind while every number in it stays correct — call build__refresh_pivot. describe_block reports when that has happened.
| Name | Type | Req | Description |
|---|---|---|---|
| columns | string | – | Field whose distinct values become the COLUMNS. Omit for a simple group-by with one value column. |
| extra_measures | array | – | Extra columns with their own function and measure, for showing more than one number per group. |
| filters | array | – | Which source records count at all. Omit to count every one. Applied to the rows AND the numbers, so a group left with no records gets no row rather than a row reading 0. |
| func | string | – | How to aggregate. Defaults to SUM. COUNT counts matching RECORDS and ignores `measure`; COUNTA counts the records whose `measure` is filled in, which is how you ask how complete a column is. |
| measure | string | yes | Field being aggregated. Normally a number field. |
| name | string | – | Ref name for the new block. Defaults to "<source>_pivot". |
| order | string | – | Order of the rows. `ascending` (default) sorts; `firstSeen` keeps the source's own sequence; `custom` uses `order_values`. |
| order_values | array | – | The row sequence for `order: custom`. A value you omit is placed after the listed ones, never hidden. |
| row_total | string | – | Name for a column totalling each row across EVERY value of `columns` — e.g. "Total". Omit for no total column. |
| rows | string | yes | Field of the source whose distinct values become the ROWS. Its values must repeat. |
| source | string | yes | Ref name of the table to pivot. |
No output schema declared.
No examples provided.
create_sheet ~89
Create a new sheet in the workbook. Returns the new sheet index. Idempotent: if a sheet with the same name exists, returns its index without creating a duplicate. Typically the agent does NOT call this directly — `create_block` will call it implicitly when the target sheet is missing. Use it only when you want an empty named sheet up front.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Sheet name. |
No output schema declared.
No examples provided.
delete_block_rows ~82
Delete rows from a block by their key. Missing keys are silently ignored. Also deletes the matching sheet rows (one block per sheet-row assumption). If you try to delete every row, the last one is kept and its cells are cleared instead — the engine doesn't allow rowCnt=0 blocks.
| Name | Type | Req | Description |
|---|---|---|---|
| block | string | yes | – |
| keys | array | yes | – |
No output schema declared.
No examples provided.
describe_block ~385
Return a block's full structure for the LLM: identity (name, sheet, position), per-field schema, and row keys in order. Every field reports both what it IS — `type`, `description`, `required`, `unique`, `default_value`, and `references` for a field pointing at another block — and what currently guards it: the `value_formula`, `validation` and `editability` templates. All of it comes from the Rust schema, the engine's authoritative source, so the answer is the same in every host and survives a save/load. Read a field's `type` and `description` BEFORE writing a value to it: the description is where the unit, the convention, or the thing-not-to-do is written down, and it is the only record of it. A `type` of null means nobody has claimed one yet. `analyzes` and `analyzed_by` say whether this block is a table or a conclusion drawn from one. A block with `analyzes` set is an ANALYSIS block — a total row, a set of statistics, a pivot — and its rows are its own, not the source's. Never sum an analysis block alongside the block it analyses: that counts the same numbers twice. A field with `aggregates` set is engine-computed from the source; writes to it are dropped, and you change it by changing the declaration. Pass `include_rows: true` to additionally include current cell values as `rows[].values[fieldName]`. Off by default to save tokens — use it when the agent actually needs to inspect data, not when it only needs the shape.
| Name | Type | Req | Description |
|---|---|---|---|
| include_rows | boolean | – | When true, include current cell values. Off by default to save tokens. |
| name | string | yes | Block ref name (the `name` of create_block). |
No output schema declared.
No examples provided.
edit_analysis_block ~254
Change what an existing analysis block computes: which of the source's fields it aggregates, with which function, and the label its row is addressed by. Use this to arrive at an analysis in STEPS. Summing every number is often nearly right and wrong in one column — a rate wants AVERAGE, a text column wants COUNTA, an id column wants nothing at all. Adjust rather than rebuild: the block keeps its ref name, so formulas pointing at it keep working, and it is one undo. `aggregates` REPLACES the set outright — a field you leave out stops being computed and its cell goes blank. Read the current set from describe_block first if you mean to add to it. This is the simple kind of analysis: one row, one number per column. For one number per GROUP, use build__create_pivot / build__edit_pivot instead.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregates | array | – | Replaces the whole set. Omit to leave the functions alone and change only `label`. |
| label | string | – | New row label, which is also the key the result is addressed by. Omit to keep it. |
| name | string | yes | Ref name of the analysis block. |
No output schema declared.
No examples provided.
edit_pivot ~404
Change an existing pivot's recipe — what it groups by, what it measures, how, in what order, over which records — and reshape it to match. Use this rather than deleting and recreating: the block keeps its ref name, so every formula pointing at it keeps working, and the whole change is one undo. This is also the way to REPAIR a pivot whose recipe stopped resolving (describe_block reports `pivot_is_broken`) — for instance after a source field was renamed. A broken pivot reads 0 in every cell rather than erroring, so it must be fixed, not refreshed: a refresh fails the same way. Everything you omit is UNCHANGED. What you pass replaces that part outright — `filters: []` clears the filters, `columns: null` turns a cross-tab into a simple group-by.
| Name | Type | Req | Description |
|---|---|---|---|
| columns | string | – | New column dimension. Pass null to drop the columns and make it a simple group-by. Omit to keep the current one. |
| extra_measures | array | – | Replaces the declared extra columns outright, together with `row_total`. Omit BOTH to keep the ones the pivot has. |
| filters | array | – | Replaces the current filters outright. Pass an empty array to count every record again. |
| func | string | – | New aggregate. Omit to keep the current one. |
| measure | string | – | New field to aggregate. Omit to keep the current one. |
| name | string | yes | Ref name of the pivot block. |
| order | string | – | New row order. Omit to keep the current one. |
| order_values | array | – | The row sequence for `order: custom`. |
| row_total | string | – | Name for a column totalling each row across every column value. Replaces the declared columns along with `extra_measures`. |
| rows | string | – | New row dimension. Its values must repeat. Omit to keep the current one. |
No output schema declared.
No examples provided.
eval_formula ~227
Evaluate an Excel-style formula in a private scratch cell and return the computed value. Nothing is written to user-visible cells. Returns `{type, value}` where type is one of: - "number" — value is a JS number - "str" — value is a string - "bool" — value is a JS boolean - "error" — value is the Excel error code (e.g. "#REF!", "#NAME?") - "empty" — value is null (formula returned an empty cell) Use for: - Quick checks: "=SUMIFS(OrderStatus, \"amount\", \"*\")" → total - Sanity-test a candidate template before set_field_rule - BLOCKREF / BLOCKREFS lookups against any block in the workbook Leading "=" is optional — it is added automatically if missing.
| Name | Type | Req | Description |
|---|---|---|---|
| expr | string | yes | Formula, with or without leading "=". E.g. "SUM(A1:A10)" or "=BLOCKREF(\"orders\", \"O001\", \"amount\")". |
No output schema declared.
No examples provided.
export_xlsx ~81
Return the workbook as base64-encoded .xlsx bytes. Last resort. The bytes land in your context and cost roughly 1.4 KB of text per KB of file. Prefer `save_workbook`, which writes a real file and hands the host a link to it — the host can give the human the workbook without any of it passing through you.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_cells ~171
Read the values (and formulas) in a rectangular range of cells, addressed by zero-based (sheetIdx, startRow, startCol, endRow, endCol). Returns only the non-empty cells, each with its A1 ref, value, and formula (if any). Use this for ordinary "what is in these cells" questions; for a single computed result you can also use build eval_formula. Reads at most 500 cells per call — narrow the range if it is bigger.
| Name | Type | Req | Description |
|---|---|---|---|
| endCol | integer | yes | Zero-based last column (inclusive). |
| endRow | integer | yes | Zero-based last row (inclusive). |
| sheetIdx | integer | yes | Zero-based sheet index. |
| startCol | integer | yes | Zero-based first column. |
| startRow | integer | yes | Zero-based first row. |
No output schema declared.
No examples provided.
goal_seek ~281
Find the input value that makes a chosen output equal a target — "what discount rate gives a value per share of 30". Runs entirely on the engine's temp branch, so the workbook is never modified: this is a question, not an edit. The search happens inside the engine rather than as a conversation, so it costs one tool call instead of one per iteration. Name both cells semantically as (block, row_key, field) or by coordinate as (row, col). Give `between` when you know a bracket; otherwise it expands outward from the current input value to find one. Bisection, so it needs the output to move monotonically between the bracket ends and it finds one crossing. If the bracket does not straddle the target it says so rather than returning a number — a non-answer you can act on beats a plausible one you cannot.
| Name | Type | Req | Description |
|---|---|---|---|
| between | array | – | Search bracket [low, high]. Omit to expand outward from the current input value. |
| max_iterations | integer | – | – |
| set | object | yes | The input cell to vary. |
| target | object | yes | The output cell to drive to `to`. |
| to | number | yes | The value `target` should reach. |
| tolerance | number | – | How close to `to` counts as solved. Default 1e-6 relative. |
No output schema declared.
No examples provided.
list_blocks ~184
Orient yourself in a workbook: every sheet, every block, and for each block the fields you can reference. One call is enough to start writing formulas. Per block you get its ref name (BLOCKREF's first argument), its `fields` in column order (the third argument), `key_field` — the column whose values BLOCKREF matches as its second argument — and `derived_fields`, which are computed by a rule and reject writes. Use `describe_block` when you need a field's actual rule, or the row keys and values. `next_block_start` clears everything already on the sheet, blocks and loose cell content alike, so passing it as `create_block`'s `position` will not land on top of data. Omit `sheet` to scan the whole workbook; passing it restricts to one sheet.
| Name | Type | Req | Description |
|---|---|---|---|
| sheet | string | – | – |
No output schema declared.
No examples provided.
list_violations ~512
Scan validation shadow cells and return every cell whose validation formula currently evaluates FALSE. Validation is advisory — the cell still holds its value, but the host UI renders a warning marker and you should treat it as "something the user/AI got wrong". A field's rule is what its DECLARATION implies — `required`, `unique`, enum membership, reference existence — ANDed with whatever rule its author wrote. `rule` in the output names the declaration rather than quoting the generated formula, because the generated one is not something anyone typed. So a field with no rule text of its own can still appear here, which is the point: before the engine derived these, a required-but-empty cell raised nothing at all. Also returns `duplicate_keys`: blocks where two records carry the same row key. That is not an advisory rule but a broken address — BLOCKREF resolves a key to the FIRST matching record, so the others are unreachable and every aggregate over the block double-counts, silently and without an error anywhere. The engine refuses to create a duplicate, so anything reported here came in with the file. Fix it by giving one of the records a distinct key before trusting any total over that block. Also returns `pivots_needing_attention`. A pivot fails in a way no validation rule can see: `stale` means its numbers are each correct while whole groups are MISSING, and `broken` means its recipe stopped resolving so every cell reads 0 rather than erroring. Neither shows up as a red cell anywhere. Treat a broken pivot's numbers as unusable and fix the recipe; refresh a stale one before quoting any total from it. Use this when answering 'why is something red?', 'what's broken after my last edit?', or before quoting any number you did not just compute yourself. It is the one call that answers 'is anything here untrustworthy' — the alternative is describe_block on every block, which is easy to skip and easy to forget. Filters compose: omit both `block` and `sheet` to sca…
| Name | Type | Req | Description |
|---|---|---|---|
| block | string | – | Block ref name. Omit to scan all blocks. |
| limit | integer | – | – |
| sheet | string | – | Sheet name. Omit to scan all sheets. |
No output schema declared.
No examples provided.
move_block_row ~179
Reorder a block by moving one row to a new position, addressing both the row and its destination by key. Moves to the end when neither after_key nor before_key is given (same default as add_block_rows). Row order inside a block is presentation only — formulas address rows by key, so reordering never changes a single computed value. Use it to match a reading order someone expects, not to change the model.
| Name | Type | Req | Description |
|---|---|---|---|
| after_key | string | – | Land the row directly after the row with this key. Mutually exclusive with before_key. |
| before_key | string | – | Land the row directly before the row with this key. Pass the first key to move it to the top. Mutually exclusive with after_key. |
| block | string | yes | Block ref name. |
| key | string | yes | Row key of the row to move. |
No output schema declared.
No examples provided.
open_workbook ~205
Start the workbook you will work in. Call with no arguments for a fresh, empty one; pass `path` to load an existing .xlsx from disk and work on the human's real file. This replaces whatever workbook the session currently holds, discarding unsaved changes — so call it once at the start, not between steps. You do NOT have to call it at all: an empty workbook appears automatically the moment any other tool touches the session. Prefer `path` over `xlsx_base64`. `xlsx_base64` exists for hosts with no shared filesystem and costs enormous context for a file of any size.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | File name to report to the engine when loading from base64. |
| path | string | – | Path to an existing .xlsx to load. Omit for an empty workbook. |
| xlsx_base64 | string | – | A .xlsx as base64, for when no shared filesystem exists. Use `path` when you can. |
No output schema declared.
No examples provided.
preview_changes ~263
Dry-run edits on the workbook's temp branch and report what they would do. Nothing is committed — the branch is discarded, so this is the safe way to explore a model instead of changing it and putting it back. Two shapes. `changes` runs one hypothetical and returns every cell that would move, direct writes and cascaded recalculations alike. `scenarios` runs several, each on its own branch, and returns one result per scenario in order — that is a sensitivity table or a scenario comparison in a single call. Add `watch` to get just the cells you care about instead of the whole cascade. A grid of sixteen scenarios over a model that cascades into 26 cells is 416 rows of diff to answer sixteen questions; `watch` makes it sixteen numbers. Name a cell semantically (`{block, row_key, field}`) or by coordinate (`{sheet_idx, row, col}`).
| Name | Type | Req | Description |
|---|---|---|---|
| changes | array | – | One hypothetical. Use `scenarios` for more than one. |
| scenarios | array | – | Several hypotheticals, each evaluated independently. Results come back in this order. |
| watch | array | – | Report only these cells' values instead of the full diff. Name each one semantically or by coordinate. |
No output schema declared.
No examples provided.
refresh_pivot ~127
Bring a pivot's rows and columns back in line with its source. Its NUMBERS were never stale — they are live formulas. Only the set of rows and columns falls behind, because no formula can add a row. That is exactly why this matters: a stale pivot shows correct numbers with whole groups missing, and totals taken from it are short with nothing to say so. Call it before reading or reporting a pivot that describe_block flagged. Safe and cheap to call when nothing has changed — it reports that it did nothing.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Ref name of the pivot block. |
No output schema declared.
No examples provided.
save_workbook ~295
Write the workbook to a real .xlsx file the human can open in Excel. This is how you hand your work back — do it when the task is done. Defaults to the path it was opened from, or last saved to; pass `path` to write somewhere else. Values, formulas and the block structure are all saved. IMPORTANT — if the human is going to work on this in Excel, pass `resolve_block_refs: true`. Formulas that read blocks are written as BLOCKREF/BLOCKREFS, which only LogiSheets understands: Excel shows the saved numbers but turns those cells into #NAME? the moment it recalculates. Resolving rewrites them as ordinary A1 references so Excel can recompute the model. Leave it off when the file is coming back here — the named form is readable and survives rows moving. The result carries a link to the workbook rather than its bytes, so the host can offer the human the file without any of it passing through your context.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | Destination .xlsx path. Defaults to the path the workbook was opened from. |
| resolve_block_refs | boolean | – | Rewrite BLOCKREF/BLOCKREFS as ordinary A1 references. Set this when the human will open the file in Excel; Excel has no BLOCKREF function and would show #NAME? on recalculation. One-way: a resolved f… |
No output schema declared.
No examples provided.
set_block_cells ~190
Write one or more cells inside any block(s) in a single atomic transaction. Each change addresses a cell by (block ref name, row_key, field) — the LLM never deals with raw (sheet, row, col). Pass `changes` as an array; one-cell writes are just length-1 arrays. Batching is the cheap default — putting N writes in one call is one transaction, one calc pass, one undo entry. Rejected up-front (whole tx aborts) when any change: - targets a non-existent block / row_key / field, or - targets a field with a `value_formula` on its schema (engine-computed; use set_field_rule to change the rule instead). Value can be a literal (string / number / boolean) or a formula prefixed with '='. `null` clears the cell.
| Name | Type | Req | Description |
|---|---|---|---|
| changes | array | yes | – |
No output schema declared.
No examples provided.
set_block_description ~134
Write what a block is for, in prose, onto the block itself. Saved in the file and returned by describe_block, so it is how the next agent — or the next you, in a later session — learns what the table means. Say what one row represents, what any non-obvious field holds, and anything that must not be done to it. Do not restate the field names; they are already visible. Refused when the block reserves `modifyDescription` to its owner. Pass an empty string to clear it.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | – |
| name | string | yes | Block ref name. |
No output schema declared.
No examples provided.
set_cells ~119
Write one or more arbitrary cells on a sheet in a single atomic transaction (one undo step). Each cell is addressed by zero-based row/col. Content is a literal (string / number / boolean) or a formula prefixed with '='. null or '' clears the cell. For cells that belong to a block, prefer edit set_block_cells (it respects the schema); use this for plain, non-block cells. At most 200 cells per call.
| Name | Type | Req | Description |
|---|---|---|---|
| cells | array | yes | – |
| sheetIdx | integer | yes | Zero-based sheet index. |
No output schema declared.
No examples provided.
set_field_rule ~596
Attach declarative rules to a field. All three rule kinds (value_formula, validation, editability) are optional — pass only the ones you want to change. Omit a kind entirely to leave it untouched on this field; pass `null` to explicitly clear an existing rule. Placeholders supported in formulas: #FIELD("name") — the same row's cell in field "name" #FIELD("name", "key") — field "name" on the row carrying that key, in THIS SAME block #KEY — the row's key value (quoted as a string literal) #PLACEHOLDER — the cell itself (validation/editability only) The two-argument #FIELD is the only way to reach another row of the cell's own block: BLOCKREF is refused there (it depends on the whole-block vertex, so it would close a cycle). Use it for share-of-total or index-to-a-base-row columns, e.g. "=#FIELD("amt")/#FIELD("amt","TOTAL")". The other row is named by KEY, never by position — there is no "previous row" form, because rows can be reordered and inserted into, so a positional address would silently come to mean a different row. A running total (each row reading the row above) therefore has no rule form; write that column as ordinary cells outside the block. A rule that resolves onto the cell it is defining is rejected, as is a plain coordinate (A1/C3) landing inside the block — in a template a coordinate does not shift per row, so on the first row it would point at the cell being defined. Engine behaviour after this call: - value_formula → cells in the field become engine-computed (no direct writes). Every row's formula is re-materialized. - validation → a `ShadowKind::Validation` shadow is auto-installed on every row; warning markers refresh. - editability → a `ShadowKind::UserEditable` shadow is auto-installed on every row; the host permission patch reads it to gate writes. Leading "=" on the formula body is optional; omit or include either way.
| Name | Type | Req | Description |
|---|---|---|---|
| block | string | yes | – |
| editability | string|null | – | Boolean formula, e.g. "=#FIELD(\"status\")<>\"locked\"". Pass null to clear; omit to leave existing untouched. |
| field | string | yes | – |
| validation | string|null | – | Boolean formula, e.g. "#PLACEHOLDER>=0". Pass null to clear; omit to leave existing untouched. |
| value_formula | string|null | – | Formula template, e.g. "=#FIELD(\"qty\")*#FIELD(\"price\")", or "=#FIELD(\"amt\")/#FIELD(\"amt\",\"TOTAL\")" to divide by a named row of the same block. Pass null to clear; omit to leave existing unt… |
No output schema declared.
No examples provided.
trace ~327
Follow a cell's dependencies, in either direction, using the engine's own dependency graph. - `precedents` — what this cell reads. Use it to audit a number: "why is value-per-share what it is". - `dependents` — what reads this cell, and through which reference. Use it before changing something: "what breaks if I edit this assumption". Both by default. Name the cell semantically as (block, row_key, field), or by coordinate as (row, col) with an optional sheet_idx. Results come back named the same way whenever the cell sits inside a block, so you get "assumptions.wacc" rather than a coordinate to interpret. This asks the engine rather than reading formula text, so it sees through BLOCKREF, ranges and whole-column references, and it answers the reverse direction — which formula strings cannot. Granularity matters when blocks are involved. The engine tracks block dependencies per (block, field), not per row, so `dependents` of one block cell is everything reading that FIELD — the queried row among them. Each edge carries `scope`: "cell" is exact, "field" and "block" are over-approximations, and `approximate: true` is set on the result when any edge is wider than a cell. Treat a field-wide answer as "at least these", not "exactly these".
| Name | Type | Req | Description |
|---|---|---|---|
| direction | string | – | – |
| target | object | yes | The cell to trace. Either (block, row_key, field) or (row, col). |
No output schema declared.
No examples provided.
What is the LogiSheets MCP server?
LogiSheets is an MCP server listed in the public MCP registry as io.github.logisky/logisheets-mcp. An Excel-compatible spreadsheet engine for agents: deterministic formulas, block memory, real .xlsx. This page covers its npm package (logisheets-mcp).
Is the LogiSheets MCP server safe to use?
LogiSheets scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the LogiSheets MCP server expose?
LogiSheets exposes 31 tools: open_workbook, save_workbook, export_xlsx, list_blocks, describe_block, and 26 more. Their descriptions and schemas cost roughly 8,108 tokens of context every time the server is loaded.
Is the LogiSheets MCP server still maintained?
LogiSheets is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the LogiSheets MCP server under?
LogiSheets declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.