read_google_doc
Extract full text content from any Google Document by providing its ID. Returns document title, text, and URL.
Instructions
Read the full content of a Google Document.
Extracts all text content from the document, preserving paragraph structure.
Args: document_id: The ID of the Google Document to read (found in the document URL).
Returns: Document ID, title, full text content, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |