list_doc_tabs
Retrieve all tabs and nested tabs in a Google Doc with IDs, titles, positions, and depth to enable document editing operations.
Instructions
List all tabs in a Google Doc, including nested child tabs.
Returns a flattened hierarchy with tab IDs, titles, index positions, and
nesting depth. Useful as a prerequisite for any tool that takes a tab_id
parameter (insert_doc_markdown, insert_doc_link, modify_doc_text, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| document_id | Yes | ID of the document. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |