io.github.proompteng/bilig-workpaper
pkg:npm:@bilig/workpaper
Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.
- transport:
- remote + stdio
- credential class:
- self-provisionable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- export_workpaper_documentshallow
Export the current WorkPaper JSON document for persistence, review, or handoff to another agent. Does not write files by itself.
- get_cell_display_valueshallow
Return the formatted display string for one cell. Use when an agent needs what a user would see, not the raw numeric value.
- list_sheetsshallow
Discover sheet names and used dimensions before reading or editing a WorkPaper. Returns metadata only; use read_range or read_cell for values.
- read_cellshallow
Read one cell with calculated value, display text, formula text, formula diagnostics, and serialized content. Use after set_cell_contents to verify readback.
- read_rangeshallow
Read calculated values plus serialized formulas/inputs for an A1 range. Use for audit readback after edits; use read_cell for one address.
- set_cell_contentsshallow
Write raw content to one cell and recalculate dependents in memory only. Start with --writable when the edit should persist to JSON.
- set_cell_contents_and_readbackshallow
Write raw content to one cell, recalculate dependents, read a dependent range in the same tool call, and return persistence proof. Use this for stateless MCP clients such as hosted Open WebUI integrations.
- validate_formulashallow
Validate formula syntax with the WorkPaper parser before writing it to a cell. This checks syntax only; use set_cell_contents plus readback to evaluate.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/ee3e0079-9146-44c1-a361-4ce0d0780c6e)