Docs Get Text
docs_get_textExtract plain text from a Google Doc without formatting or structure. Use when you need raw text content only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | Document ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Plain text content extracted from document | |
| error | No | Error code if connection failed | |
| title | No | Document title | |
| message | No | Error message if connection failed |