Bilig WorkPaper Tools
May 26, 2026 ยท View on GitHub
Use the bilig-workpaper MCP tools when a user needs spreadsheet-style
business logic without opening Excel, Google Sheets, LibreOffice, or a browser
grid.
Preferred loop:
- Call
list_sheetsorread_rangeto inspect the workbook before editing. - Use
set_cell_contentsfor one intentional input or formula change. - Read the dependent output with
read_cellorget_cell_display_value. - Export or persist the WorkPaper JSON when the result must be reproducible.
Treat write-only success as incomplete. A useful answer includes the sheet, address, old value, new value, recalculated output, and whether readback or persistence verified the result.
Use formula strings such as =0.4 or =TRUE() when passing numbers or
booleans through clients that expect single-typed MCP parameters.
Do not claim full desktop Excel compatibility, macro execution, external link refresh, or arbitrary private spreadsheet mutation unless the user provided the WorkPaper file and the tool response proves the operation.