update_doc
Update a Google Doc's content by appending, prepending, or replacing text using its document ID.
Instructions
Update content in a Google Doc.
Args: document_id: ID of the document text: Text to add mode: "append" (end), "prepend" (start), or "replace"
Returns: Update confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | append | |
| text | Yes | ||
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||