Append text to a Google Doc
append_to_docAdd text to the end of any accessible Google Doc using its document ID—whether created by the app or selected by the user. Preserve existing content while appending new notes or data.
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 |