Get Google Drive File as Page Images
get_drive_fileDownload and inspect Google Drive files from a configured folder, rendering PDFs, Docs, Slides, and PowerPoints as readable page images.
Instructions
Download and inspect a file returned by search_drive_files. PDFs, PowerPoints, Google Docs, and Google Slides are rendered as readable page images. Access is restricted to files inside the configured Drive folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Pages/slides to render, e.g. "4", "1-5", or "2,4,7-9". Default: first 30 pages. | |
| fileId | Yes | The fileId returned by search_drive_files |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| pages | Yes | ||
| filename | Yes | ||
| totalPages | Yes |