Log interview
log_interviewLog interview details for a job application: schedule, status, attendees with profile links, related links, and recap. Syncs next-interview date.
Instructions
Log an interview for an application (max 10 per application): when it takes place, its status (planned or done), who attends (each with an optional profile link), related links (prep materials the company sent, meeting URL), and a short recap of what was discussed. Also keeps the application's next-interview date in sync. Example: log_interview({application_id: "...", scheduled_at: "2026-07-20T14:00:00+02:00", status: "planned", attendees: [{name: "Anna Weber (HR)", url: "https://linkedin.com/in/annaweber"}], links: [{label: "Prep materials", url: "https://company.com/interview-prep"}], recap: "System design round"}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | Related links: prep materials, meeting URL, docs | |
| recap | No | Short recap of what was discussed | |
| status | No | planned (default) or done | |
| attendees | No | Who attends, each with an optional profile link | |
| scheduled_at | Yes | ISO datetime with offset, e.g. 2026-07-20T14:00:00+02:00 | |
| application_id | Yes |