Bilig WorkPaper
io.github.proompteng/bilig-workpaper · v0.164.11 · MCP 2025-03-26
Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.
Reachability
reachable
checked 2026-07-14 03:44 UTC
Registry status active
Tools pinned 8
43addf68e5c8
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace io.github.proompteng
(GitHub-account verified by the official registry)
Repository
github.com/proompteng/bilig
Remote endpoints
https://bilig.proompteng.ai/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:44 | first capture | 8 tools pinned |
Pinned tool definitions (8)
| Tool | Description |
|---|---|
| list_sheets | Discover sheet names and used dimensions before reading or editing a WorkPaper. Returns metadata only; use read_range or read_cell for values. |
| read_range | Read calculated values plus serialized formulas/inputs for an A1 range. Use for audit readback after edits; use read_cell for one address. |
| read_cell | Read one cell with calculated value, display text, formula text, formula diagnostics, and serialized content. Use after set_cell_contents to verify readback. |
| set_cell_contents | 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_readback | 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. |
| get_cell_display_value | Return the formatted display string for one cell. Use when an agent needs what a user would see, not the raw numeric value. |
| export_workpaper_document | Export the current WorkPaper JSON document for persistence, review, or handoff to another agent. Does not write files by itself. |
| validate_formula | 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. |
Status badge
[](https://toolpin.dev/servers/io.github.proompteng/bilig-workpaper)
Maintain this server? Add the badge to your README — it links your users to this live status page.