read_notebook
Read and convert a Mathematica notebook to markdown, Wolfram, outline, JSON, or plain text. Filter specific cell types and include or exclude outputs.
Instructions
[PRIMARY] Read a Mathematica notebook with backend-aware dispatch.
Prefer this over read_notebook_content, convert_notebook,
get_notebook_outline, parse_notebook_python, and get_notebook_cell
unless you need a specific legacy backend or narrow low-level operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| output_format | No | markdown | |
| cell_types | No | ||
| include_outputs | No | ||
| backend | No | ||
| view | No | semantic | |
| include_alternates | No | ||
| truncation_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |