update_job_status
Update the status of a tracked job application to a new stage in the pipeline, recording the change with an optional note.
Instructions
Move a tracked job through the pipeline (interested → applied → interviewing → offer/rejected/withdrawn; archived hides it). The change is recorded in the job's event history with the optional note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| job_id | Yes | ||
| status | Yes |
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 |