append_to_google_doc
Append text to the end of a Google Document using its document ID, adding content without overwriting existing text.
Instructions
Append content to the end of an existing Google Document.
The content is added after the existing text without overwriting anything.
Args: document_id: The ID of the Google Document to append to. content: The text content to append to the document.
Returns: Document ID, title, number of characters appended, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| document_id | Yes |