update_application_status
Move a job application to a new status in its lifecycle, validating allowed transitions between saved, applied, interview, offer, and rejected. Optionally add notes.
Instructions
Move an application to a new status (validates allowed transitions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | ||
| status | Yes | ||
| notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| job_id | Yes | ||
| status | No | saved | |
| applied_at | No | ||
| next_action_at | No | ||
| next_action_note | No | ||
| notes | No | ||
| created_at | No | ||
| updated_at | No |