read_document
Retrieve Google Docs or Sheets content as Markdown or tables, with support for tabs, revisions, and comments.
Instructions
Read a Google Doc as Markdown or a Sheet as a table. Can include tabs, revisions, and inline comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | Google Doc/Sheet URL or file ID | |
| tab | No | ||
| quiet | No | ||
| range | No | A1 range for Sheets | |
| account | No | Authenticated gdoc account name or email | |
| all_tabs | No | ||
| comments | No | ||
| revision | No | ||
| max_bytes | No | ||
| no_images | No | ||
| include_resolved_comments | No |