connect_with_person
Send a LinkedIn connection request to a profile using its profile ID. Optionally add a note up to 300 characters. Confirmation is required 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). |