connect_with_person
Send a connection request to a LinkedIn profile by providing the profile ID and an optional message. Requires explicit confirmation to execute.
Instructions
[ALPHA, write] Send a connection request. Gated: requires confirm:true. Returns a structured status (ok | duplicate | already_connected | restricted | quota_exhausted | failed). Counts against the daily connect cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | The fsd_profile id (the ACoAA… part of the profile URN) | |
| message | No | Optional note (max 300 chars) | |
| confirm | No | Must be true to actually execute. Omit/false = refuse (safety). |