Google Docs

gdoc_insert_section_break

Insert a section break at a specific position.

Remote node2flow/google-docs

Other tools also called gdoc_insert_section_break? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "index": {
      "type": "number",
      "description": "Position to insert the section break at"
    },
    "segment_id": {
      "type": "string",
      "description": "Segment ID. Omit for body content"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "section_type": {
      "enum": [
        "NEXT_PAGE",
        "CONTINUOUS"
      ],
      "type": "string",
      "description": "Type of section break"
    }
  }
}