harmonic_get_company_connections
Identify team members with connections to a target company for warm introductions in venture capital deal flow.
Instructions
Find which team members have connections to a company. Key for warm introductions in VC deal flow.
What it does: Returns your team's network connections to people at the target company, showing who knows whom and how they're connected.
Returns: { "data": [ { "user_urn": "urn:harmonic:user:17115", "target_person_urn": "urn:harmonic:person:73639745", "target_person_email_address": "mike@harmonic.ai", "connection_sources": ["EMAIL", "LINKEDIN"] } ] }
Connection sources:
EMAIL: Connected via email correspondence
LINKEDIN: LinkedIn connection
CALENDAR: Met via calendar events
Use case: Before reaching out to a company, find if anyone on your team has a warm intro path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Company ID or URN | |
| first | No | Number of connections to return (default: 10, max: 100) | |
| after | No | Cursor for pagination | |
| response_format | No | Output format: "json" or "markdown" | json |