list_cells
Obtain a quick overview of all notebook cells, including index, type, source preview, line count, and output status, to orient before making edits.
Instructions
List every cell with a one-line source preview (cheap overview).
Returns index, type, source_preview, num_lines, has_outputs for each cell. Cell indices are 0-based. Call this first to orient before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |