Add column
add_columnAdd a new custom column to your job tracker spreadsheet, optionally filling existing rows with a default value. Prevents duplicate columns and backs up the file before writing.
Instructions
Add a new custom column to the spreadsheet, appended after the last column. Optionally fill every existing job row with a default value. Refuses if a column with that name already exists. Backs the file up before writing. (Note: the built-in job tools only read/write the standard columns; custom columns are managed with these column tools.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Header text for the new column. | |
| default_value | No | If given, written into this column for every existing job row. |