List document tabs
list_tabsFetches the document's tab tree with tab IDs, titles, positions, and nested child tabs to identify and target specific tabs for reading or editing.
Instructions
Returns the document's tab tree without content: tabId, title, position index and nested childTabs. Use the tabId values to target a specific tab in read_document_text and every editing tool. NOTE: the Docs API cannot create, rename, delete or reorder tabs — that is UI-only; this tool only discovers what exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The document id — the long id from the document URL (docs.google.com/document/d/<documentId>/edit) or from create_document output. |