list_cell
Retrieve cell index, type, and execution count to overview notebook structure and locate cells for subsequent operations like deletion or insertion.
Instructions
List the basic information of cells. It will return Index, Type, Execution Count and First Line of the Cell. It will be used to quickly overview the structure and current status of the Notebook or locate the index of specific cells for following operations(e.g. delete, insert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of cells to return (0 means no limit) | |
| start_index | No | Starting cell index (0-based) for pagination | |
| notebook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |