Add Education
create_educationAdd education entries to your profile after checking for duplicates. Confirm missing details like dates or field of study to maintain accuracy.
Instructions
Add an education entry to the user's profile. Before creating, always check existing education with get_education to avoid duplicates. If the source data is incomplete (e.g. missing dates, field of study, or institution URL), ask the user to fill in the gaps. Dates must be accurate — ask the user to confirm approximate dates if the source is vague. Do not fabricate or embellish information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| institution | Yes | Institution name (e.g. "MIT", "Lund University") | |
| institutionUrl | No | Institution website URL | |
| studyLevel | No | Level of study: HIGH_SCHOOL, ASSOCIATE, BACHELOR, MASTER, DOCTORATE, BOOTCAMP, or OTHER | |
| fieldOfStudy | No | Field of study (e.g. "Computer Science") | |
| startDate | No | Start date (ISO 8601) | |
| endDate | No | End date (ISO 8601) | |
| isCurrent | Yes | Whether you are currently studying here | |
| description | No | Description of studies, achievements, etc. |