append_doc_text_tool
Add text to the end of a Google Doc using the Apps Script MCP server. Specify user email, document ID, and content to append.
Instructions
Append text to the end of a Google Doc.
Args: user_google_email: The user's Google email address document_id: The document ID text: Text to append to the end of the document
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| document_id | Yes | ||
| text | Yes |