Track Application
track_applicationCreate new or update existing job application records with status, notes, posting URL, and resume match score to keep your pipeline current.
Instructions
Create a new tracked application, or update an existing one by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-text notes (e.g. recruiter name, follow-up date). Optional. | |
| status | No | Pipeline stage. One of saved, applied, interviewing, offer, rejected, withdrawn. Defaults to "saved". | saved |
| company | Yes | Hiring company name. Required. | |
| job_url | No | Link to the posting. Optional. | |
| job_title | Yes | Title of the role, e.g. "Agentic AI Engineer". Required. | |
| match_score | No | 0-100 score from score_resume_match, if computed. Optional. | |
| application_id | No | If provided, updates that existing application instead of creating a new one. Omit when creating a new entry. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||