add_job
Add a job found on LinkedIn, via referral, or email to your tracker with full details, including description, salary, and notes.
Instructions
Add a job you found elsewhere (LinkedIn, a referral, an email) to the tracker.
Use this to paste a full job description for a listing that did not come from search_jobs. Reusing an existing job_id overwrites that listing's fields while keeping its application status.
Args: title: role title. company: hiring company. description: full job description text. location: e.g. "Remote", "Berlin". url: link to the original posting. salary: free-form, e.g. "$150,000 - $180,000". tags: comma-separated, e.g. "python, backend". notes: your own notes about the role. job_id: optional explicit id; defaults to a generated "manual:" id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| tags | No | ||
| notes | No | ||
| title | Yes | ||
| job_id | No | ||
| salary | No | ||
| company | Yes | ||
| location | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |