insert_at_line
Insert content at a specific line number in a file using a 1-based line numbering system. Specify the file path, line number, and content to insert.
Instructions
Insert content at a specific line number. Line number is 1-based.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| line | Yes | Line number to insert at (1-based) | |
| content | Yes | Content to insert |