import_alt_notes
Import Alt notes into course project directories, organizing by category into materials and converted folders, with options for overwriting and error handling.
Instructions
Batch-import Alt note payloads from alt.notes.getContent into materials/ and converted/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. | |
| notes | Yes | ||
| category | No | lectures | |
| write_converted | No | ||
| overwrite | No | ||
| continue_on_error | No |