create_bullet_list
Convert selected paragraphs in Google Docs into bulleted or numbered lists with customizable nesting levels for organized content.
Instructions
Create a bulleted or numbered list from a range of paragraphs.
Converts existing paragraphs within the specified range into a list. To create a nested list, use different nesting levels.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| start_index | Yes | Starting index of the range (inclusive, 1-based) | |
| end_index | Yes | Ending index of the range (exclusive) | |
| list_type | No | Type of list: 'UNORDERED' (bullets), 'ORDERED_DECIMAL' (1,2,3), 'ORDERED_ALPHA' (a,b,c), 'ORDERED_ROMAN' (i,ii,iii) | UNORDERED |
| nesting_level | No | Nesting level (0-8, where 0 is top level) | |
| tab_id | No |