drive_read_file
Read the text content of any Drive file using its ID. Supports Docs, Sheets, Slides, PDF, and Office files, with configurable truncation.
Instructions
Read the text content of a Drive file by its id (from drive_search).
Handles Google Docs, Sheets and Slides (exported to text/CSV) as well as PDF, Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) files. Long files are truncated to max_chars; raise it to read more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |