save_job
Save a job posting to your local application tracker, storing a full snapshot that survives delisting. Add notes and update your status without duplicates.
Instructions
Save a job to the user's local application tracker (stores a snapshot of the
posting, including its description, so it survives delisting). Idempotent: if
already saved, appends the note instead. job is a job_id, URL, or URN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | ||
| note | No | ||
| status | No | interested |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| title | No | ||
| events | No | ||
| job_id | Yes | ||
| salary | No | ||
| status | Yes | ||
| company | No | ||
| location | No | ||
| saved_at | Yes | ||
| updated_at | Yes | ||
| description | No |