Update Education
update_educationUpdate an existing education entry by ID. Provide only the fields you want to change; omitted fields remain as-is.
Instructions
Update an existing education entry. Only provide the fields you want to change — omitted fields are left as-is. Use get_education 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 education entry to update | |
| institution | No | Institution name | |
| institutionUrl | No | Institution website URL | |
| studyLevel | No | Level of study: HIGH_SCHOOL, ASSOCIATE, BACHELOR, MASTER, DOCTORATE, BOOTCAMP, or OTHER | |
| fieldOfStudy | No | Field of study | |
| startDate | No | Start date (ISO 8601) | |
| endDate | No | End date (ISO 8601) | |
| isCurrent | No | Whether you are currently studying here | |
| description | No | Description of studies, achievements, etc. |