gdocs_append_content
Append text or formatted content to the end of a Google Doc, choosing from headings, bullet lists, or plain text.
Instructions
Appends formatted or plain text content to the end of a specified Google Document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formatting | No | Structural styling to apply: 'PLAIN_TEXT', 'HEADING_1', 'HEADING_2', 'HEADING_3', 'BULLET_LIST' | PLAIN_TEXT |
| document_id | Yes | Google Doc ID extracted from URL ('https://docs.google.com/document/d/<document_id>/edit') | |
| text_content | Yes | The text/markdown content to append to the document | |
| insert_line_break | No | Whether to start content insertion on a new line (default: true) |