Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

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#

NameTypeRequiredDefault
pathstringyes
assistant_idstringno
offsetintegerno0
sheetstringno

Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.