Add a tab
add_tabAdd a new tab to a Google Doc and get its tab ID. Optionally set position or parent tab to nest it within existing tabs.
Instructions
Add a new tab to a Google Doc. Returns the new tabId. Optionally set position (index) and parent tab for nesting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | position among tabs | |
| title | Yes | ||
| account | No | Google account email to use. Defaults to GDOCS_DEFAULT_ACCOUNT, or the sole account. | |
| documentId | Yes | ||
| parentTabId | No | nest under this tab |