docs_read_document
Extract readable text from a Google Doc using its document ID, optionally truncating output to a set character limit.
Instructions
Read the plain-text content of a Google Doc.
Tables, images, and rich formatting are not preserved — only the text content of paragraphs is extracted, in reading order.
Returns:
str: JSON with title, content (plain text, truncated to
max_chars), and truncated (bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |