Update Work Experience
update_work_experienceUpdate specific fields of an existing work experience entry while preserving its ID. Retrieve the entry first using get_work_experience to find the correct ID.
Instructions
Update an existing work experience entry. Only provide the fields you want to change — omitted fields are left as-is. Use get_work_experience first to find the ID. Prefer this over delete + recreate — it preserves the entry ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the job to update | |
| title | No | Job title | |
| companyName | No | Company name | |
| companyUrl | No | Company website URL | |
| startDate | No | Start date (ISO 8601) | |
| endDate | No | End date (ISO 8601), or null if current | |
| isCurrent | No | Whether this is your current job | |
| isRemote | No | Whether this job is remote | |
| technologies | No | Technologies used | |
| description | No | Job description |