Append text to a Google Doc
append_to_docAppend text to the end of a Google Doc to update or extend its content, using the document ID and the text you want to add.
Instructions
Append text to the end of a Google Doc Hermoso can reach — one it created (pass the documentId from create_doc) or one the user handed over with the Google file picker in the app (find its id with list_drive_files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | text to append at the end of the doc | |
| documentId | Yes | the document id from create_doc |