Manage Doc Tab
manage_doc_tabCreate, rename, delete document tabs, or populate them from Markdown content in Google Docs.
Instructions
Manage document tabs: create, rename, delete, or populate from Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the document | |
| action | Yes | Action to perform - "create", "rename", "delete", or "populate_from_markdown" | |
| tab_id | No | Tab ID (required for rename, delete, populate_from_markdown; use inspect_doc_structure to find IDs) | |
| title | No | Tab title (required for create; used by rename) | |
| index | No | Position index for new tab, 0-based among siblings (required for create) | |
| parent_tab_id | No | Optional parent tab ID to nest under (create only) | |
| markdown_text | No | Markdown source to render (populate_from_markdown only) | |
| replace_existing | No | Clear tab body before inserting markdown (default True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |