get_cell_text_output
Retrieve the text output from a specific code cell by index, supporting an optional maximum length to limit response size.
Instructions
Get the text output content of a specific code cell by its index
Args:
index: The index of the cell to get output from
max_length: Maximum length of text output to return (default: 1500 characters)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| max_length | No |