Google Docs

gdoc_delete_bullets

Remove bullets or numbering from paragraphs in a range.

Remote node2flow/google-docs

Other tools also called gdoc_delete_bullets? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "end_index": {
      "type": "number",
      "description": "End index of the range (exclusive)"
    },
    "segment_id": {
      "type": "string",
      "description": "Segment ID (header/footer ID). Omit for body content"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "start_index": {
      "type": "number",
      "description": "Start index of the range (inclusive)"
    }
  }
}