Append interview prep
append_interview_prepAdd interview prep notes to a company's section in the job tracker, creating the file or section as needed and preventing duplicate headings.
Instructions
Append markdown to the interview-prep file under a company's section. Creates the file (with a top-level heading) and/or the company section if needed; otherwise adds to the existing section without duplicating its heading. Keep the file's style: 'Q: ...' / 'A: ...' pairs and optional 'Notes: ...' lines. Backs the file up before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company name; matches an existing '## Company' section or creates one. | |
| content | Yes | Markdown to add under the company section (e.g. a Q/A pair and notes). |