Bilig WorkPaper
Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.
- -Improve uptime (currently 94.1%, target 99%+)
Discover sheet names and used dimensions before reading or editing a WorkPaper. Returns metadata only; use read_range or read_cell for values.
Read calculated values plus serialized formulas/inputs for an A1 range. Use for audit readback after edits; use read_cell for one address.
Read one cell with calculated value, display text, formula text, formula diagnostics, and serialized content. Use after set_cell_contents to verify readback.
Write raw content to one cell and recalculate dependents in memory only. Start with --writable when the edit should persist to JSON.
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.
Return the formatted display string for one cell. Use when an agent needs what a user would see, not the raw numeric value.
Export the current WorkPaper JSON document for persistence, review, or handoff to another agent. Does not write files by itself.
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.
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Jul 3, 2026 | success | 529.2ms | Pass |
| Jun 30, 2026 | success | 341.1ms | Pass |
| Jun 27, 2026 | success | 301ms | Pass |
| Jun 25, 2026 | success | 328.9ms | Pass |
| Jun 24, 2026 | success | 303.1ms | Pass |
| Jun 17, 2026 | success | 319.4ms | Pass |
| Jun 16, 2026 | error | 102.7ms | Fail |
| Jun 16, 2026 | success | 377.4ms | Pass |
| Jun 15, 2026 | success | 339.1ms | Pass |
| Jun 12, 2026 | success | 322.2ms | Pass |