read_data
Read MATLAB, CSV, JSON, text, or Excel files from the session directory to access data for analysis or processing.
Instructions
Read a data file (.mat, .csv, .json, .txt, .xlsx) from the session temp directory.
For .mat files, 'summary' mode shows variable names/sizes/types via MATLAB, 'raw' mode returns base64-encoded content. Text files return inline content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| format | No | summary |