insert_doc_tab
Add a new tab to a Google Doc at a specified position, optionally nesting it under an existing tab to organize document structure.
Instructions
Inserts a new tab into a Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the document to update | |
| title | Yes | Title of the new tab | |
| index | Yes | Position index for the new tab (0-based among sibling tabs) | |
| parent_tab_id | No | Optional ID of a parent tab to nest the new tab under |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |