create_named_range
Create named ranges in Google Docs to reference specific document sections by name instead of index positions for easier cross-referencing.
Instructions
Create a named range for cross-referencing.
Named ranges allow you to reference specific portions of a document by name instead of by index positions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| name | Yes | Name for the range | |
| start_index | Yes | Starting index (inclusive, 1-based) | |
| end_index | Yes | Ending index (exclusive) | |
| tab_id | No |