google_docs_append_content
Append plain text to the end of a Google Doc without modifying existing content.
Instructions
Appends plain text content to the end of an existing Google Document. Use this tool to add new content at the bottom of a Google Doc without modifying existing content. The document ID can be found in the Google Doc URL: docs.google.com/document/d//edit Existing document content is never overwritten or deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The plain text content to append at the end of the document (required). | |
| document_id | Yes | The Google Document ID from the document URL (required). Example: "1AbCdEfGhIjKlMnOpQrStUvWxYz" |