modify_doc_text_tool
Insert or replace text in Google Docs using document ID and position parameters to edit content programmatically.
Instructions
Modify text in a Google Doc.
Args: user_google_email: The user's Google email address document_id: The document ID text: Text to insert (or replace with) index: Position to insert text (default: 1, start of document) replace_text: If provided, find and replace this text with 'text'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| document_id | Yes | ||
| text | Yes | ||
| index | No | ||
| replace_text | No |