experience
Add, update, or delete job positions on your LinkedIn profile, specifying title, company, employment type, location, and dates.
Instructions
Manage experience entries on your LinkedIn profile.
Args: action: 'add', 'update', or 'delete', title: Job title (e.g. 'Software Engineer'), company: Company name, position_id: The ID of the position (required for 'update'), employment_type: Type (e.g. 'Full-time', 'Contract'), location: City/Country, description: Role description, start_month: Month name (e.g. 'January'), start_year: Year string (e.g. '2023'), end_month: End Month name (e.g. 'December'), end_year: End Year string (e.g. '2024'), is_current: Whether this is your current role,
allowed_args_for_action = { "add": ["title", "company", "employment_type", "location", "description", "start_month", "start_year", "end_month", "end_year", "is_current"], "update": ["position_id", "title", "company", "employment_type", "location", "description", "start_month", "start_year", "end_month", "end_year", "is_current"], "delete": ["title", "company"] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| action | Yes | ||
| company | Yes | ||
| end_year | No | ||
| location | No | ||
| end_month | No | ||
| is_current | No | ||
| start_year | No | ||
| description | No | ||
| position_id | No | ||
| start_month | No | ||
| employment_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |