education
Add, update, or delete education entries on your LinkedIn profile, including school, degree, field of study, dates, and description.
Instructions
Manage education entries on your LinkedIn profile.
Args: action: 'add', 'update', or 'delete', school: School/University name, degree: Degree (e.g. 'Bachelor of Science'), field_of_study: Field of study (optional), grade: Grade/GPA (optional), start_year: Start year string (e.g. '2018'), end_year: End year string (e.g. '2022'), description: Description of your studies (optional), education_id: The ID of the education entry (required for 'update'),
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | ||
| action | Yes | ||
| degree | Yes | ||
| school | Yes | ||
| end_year | No | ||
| start_year | No | ||
| description | No | ||
| education_id | No | ||
| field_of_study | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |