Inputs
Output
Type:Dict
Returns append confirmation.
Fields: status, document_idDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adds new text content to the end of Google Docs documents
| App | Google Docs |
| Operation ID | docs_append_text |
| Type | Action |
| Connection | drive (optional) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
document | string | Yes | - | Enter the URL or ID of the Google Doc |
text | string | Yes | - | The text content to append to the document (supports Markdown if enabled in Doc settings) |
insert_page_break | boolean | No | False | Insert a page break before the new text |
convert_markdown | boolean | No | True | Convert the Markdown content to Google Docs rich text |
Dict
Returns append confirmation.
Fields: status, document_id