Docs Insert Text
docs_insert_textInsert text at a specific position in a Google Doc (e.g., position 0 for start, position 50 for middle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to insert | |
| index | No | Character index to insert at (1 = start of body) | |
| document_id | Yes | Document ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error code if connection failed | |
| message | No | Error message if connection failed | |
| replies | No | Results of batch update requests | |
| documentId | No | Document ID |