update_doc_tab
Rename a Google Doc tab by providing its ID and new title. Only the display title is updated; content remains unchanged.
Instructions
Rename an existing tab in a Google Doc.
Changes the tab's display title only — does not move or delete its content. For creating tabs use insert_doc_tab; for deleting use delete_doc_tab. Requires the documents OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| document_id | Yes | Target document ID. | |
| tab_id | Yes | Tab ID from list_doc_tabs. | |
| title | Yes | New display title. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |