profile
Manage LinkedIn profiles by retrieving profile data, analyzing insights, updating headline and summary, and changing the profile cover image. Use this tool to perform profile actions programmatically.
Instructions
Manage LinkedIn profiles.
Args: action: The profile action to perform ('get', 'analyze', 'update', 'update_cover_image'). profile_id: LinkedIn profile ID (username slug) or 'me' for self (for 'get' and 'analyze'). headline: New profile headline (for 'update'). summary: New profile 'About' summary (for 'update'). image_path: Absolute path to the image file (for 'update_cover_image').
allowed_args_for_action = { "get": ["profile_id"], "analyze": ["profile_id"], "update": ["headline", "summary"], "update_cover_image": ["image_path"] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| summary | No | ||
| headline | No | ||
| image_path | No | ||
| profile_id | No | me |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |