log_application
Record job applications to a local tracking database, including company, role, and status, with optional fields like URL and salary. Database is created if missing.
Instructions
Log a job application to the tracking database. Creates the database if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Job listing URL (optional) | |
| role | Yes | Role title | |
| notes | No | Any notes about the application (optional) | |
| salary | No | Salary or compensation info (optional) | |
| status | No | Application status | applied |
| company | Yes | Company name |