docs_writeText
Insert text into a Google Doc at the beginning, end, or a specific position using its document ID or URL.
Instructions
Writes text to a Google Doc at a specified position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to write. | |
| tabId | No | Tab ID to modify (first tab if omitted). | |
| position | No | "beginning", "end" (default), or a numeric index. | |
| documentId | Yes | Document ID or URL. |