Track Application
track_applicationTrack job applications in a pipeline: mark as applied, advance through stages (phone screen, interview, offer, rejected, withdrawn), attach notes, or remove from board.
Instructions
Track a job application in the authenticated user's pipeline on HireJack — mark a job applied, advance its stage (applied → phone_screen → interview → offer / rejected / withdrawn), attach notes, or un-track it with remove=true. Powers the Kanban pipeline at hirejack.com/saved.html. Use when the user says 'I applied to this', 'move Stripe to interview', or 'log that I got an offer'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full HireJack job detail URL — convenience alternative to domain + jobId. | |
| jobId | No | Pass the `id` field from a `search_jobs` result VERBATIM. Required unless `url` is provided. | |
| notes | No | Free-text notes to attach to this application (interviewer names, dates, etc.). | |
| stage | No | Pipeline stage (default 'applied'). Set later stages as the process advances: phone_screen, interview, offer, rejected, withdrawn. | |
| domain | No | Company domain (e.g. 'stripe.com'). Required unless `url` is provided. | |
| remove | No | true = un-track this application entirely (removes it from the pipeline board). |