Google Docs

gdoc_create_bullets

Convert paragraphs in a range to a bulleted or numbered list.

Remote node2flow/google-docs

Other tools also called gdoc_create_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)"
    },
    "bullet_preset": {
      "enum": [
        "BULLET_DISC_CIRCLE_SQUARE",
        "BULLET_DIAMONDX_ARROW3D_SQUARE",
        "BULLET_CHECKBOX",
        "BULLET_ARROW_DIAMOND_DISC",
        "BULLET_STAR_CIRCLE_SQUARE",
        "BULLET_ARROW3D_CIRCLE_SQUARE",
        "BULLET_LEFTTRIANGLE_DIAMOND_DISC",
        "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE",
        "NUMBERED_DECIMAL_ALPHA_ROMAN",
        "NUMBERED_DECIMAL_ALPHA_ROMAN_PARENS",
        "NUMBERED_DECIMAL_NESTED",
        "NUMBERED_UPPERALPHA_ALPHA_ROMAN",
        "NUMBERED_UPPERROMAN_UPPERALPHA_DECIMAL",
        "NUMBERED_ZERODECIMAL_ALPHA_ROMAN"
      ],
      "type": "string",
      "description": "Bullet preset type"
    }
  }
}