read_file
Read a workspace file or virtual workspace view.
Binary documents (xlsx/xls, csv, pdf, docx, txt) return their content as
paged extracted text under extracted; pass offset (the previous
page’s next_offset) to continue. For a workbook extracted.sheets
lists the worksheets — pass sheet to read one of them directly, which
scopes offset/total_chars to that sheet.
Parameters#
| Name | Type | Required | Default |
|---|---|---|---|
path | string | yes | |
assistant_id | string | no | |
offset | integer | no | 0 |
sheet | string | no |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.