Read file
read_fileRead the content of a file the user uploaded — use this when the answer may live in a document in their Second Brain: schedules, itineraries, contracts, exports, scans. PDFs and images are returned as the actual document, so tables and scanned pages read correctly. Find the file first with search_graph_objects (type 'file') and pass its object_id, or pass part of the filename as name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Part of the filename, when the object_id is unknown. | |
| object_id | No | The file's graph object_id (from search_graph_objects). |