network_find_warm_path
Find warm introduction paths to a target company by analyzing your provided list of connections. Input connections and target company to identify mutual contacts for referrals.
Instructions
Find warm introduction paths to a target company.
Operates ONLY on the user-provided connections list.
NO LinkedIn traversal, NO external lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_company | Yes | Company name to find paths to. | |
| connections | Yes | List of connection dicts, each with: ``name`` (str), ``company`` (str), ``relationship`` (str). Optional: ``note`` (str). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |