insert_doc_elements
Add tables, lists, or page breaks to Google Docs at specified positions to organize content and structure documents.
Instructions
Inserts structural elements like tables, lists, or page breaks into a Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the document to update | |
| element_type | Yes | Type of element to insert ("table", "list", "page_break") | |
| index | Yes | Position to insert element (0-based) | |
| rows | No | Number of rows for table (required for table) | |
| columns | No | Number of columns for table (required for table) | |
| list_type | No | Type of list ("UNORDERED", "ORDERED") (required for list) | |
| text | No | Initial text content for list items |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |