docs_append
Add a new paragraph to the end of a Google Doc. Supports rich formatting by default; set rich=False for plain text.
Instructions
Append a new paragraph at the end of a Google Doc.
Rich formatting is ON by default. Set rich=False to append literal text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rich | No | If True (default), interpret simple markdown-like formatting natively | |
| text | Yes | Text to append as the final paragraph | |
| doc_id | Yes | Google Doc ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |