Google Docs
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETS
Tool to remove bullets from paragraphs within a specified range in a Google Document. Use when you need to clear bullet formatting from a section of a document.
Remote googledocs
Other tools also called GOOGLEDOCS_DELETE_PARAGRAPH_BULLETS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"range": {
"type": "object",
"title": "Range",
"examples": [
{
"tabId": null,
"endIndex": 100,
"segmentId": null,
"startIndex": 1
}
],
"properties": {
"tabId": {
"type": "string",
"title": "Tab Id",
"default": null,
"nullable": true,
"description": "The ID of the tab the range is in. If omitted, it applies to the first tab or the singular tab in a single-tab document."
},
"endIndex": {
"type": "integer",
"title": "End Index",
"default": null,
"nullable": true,
"description": "The zero-based end index of the range, in UTF-16 code units, relative to the start of the segment."
},
"segmentId": {
"type": "string",
"title": "Segment Id",
"default": null,
"nullable": true,
"description": "The ID of the header, footer, or footnote the range is in. An empty segment ID signifies the document's body."
},
"startIndex": {
"type": "integer",
"title": "Start Index",
"default": null,
"nullable": true,
"description": "The zero-based start index of the range, in UTF-16 code units, relative to the start of the segment."
}
},
"description": "The range of the document from which to delete paragraph bullets. The range is applied to the document body by default. To specify a different segment (e.g. header, footer), include segment_id in the range object.",
"additionalProperties": false
},
"tab_id": {
"type": "string",
"title": "Tab Id",
"default": null,
"examples": [
"0"
],
"nullable": true,
"description": "The ID of the tab the range is in. If omitted, it applies to the first tab or the singular tab in a single-tab document."
},
"document_id": {
"type": "string",
"title": "Document Id",
"examples": [
"195j9eDD34FqNGOnnU_S-321gW1WkStiF72rIosvBM4E"
],
"description": "The ID of the document to update."
}
}
}