List WorkPaper Sheets
list_sheetsDiscover sheet names and used dimensions in a WorkPaper before reading or editing. Returns metadata only.
Instructions
Discover sheet names and used dimensions before reading or editing a WorkPaper. Returns metadata only; use read_range or read_cell for values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheets | Yes | ||
| writable | Yes | Whether set_cell_contents persists edits back to the source JSON file. | |
| sourcePath | No | Absolute JSON file path when the server was started with --workpaper. |