Get Proxenio Matches
proxenio_get_matchesGet verified professional matches from Proxenio, sorted by match score, with full profiles and trust signals. Filter by quality tier, status, or minimum score to focus on relevant connections.
Instructions
Read the principal's verified professional matches from Proxenio.
Returns matches sorted by match score (descending). Each match includes counterparty profile, trust tier, PRO score, intent, verification status, and confirmed outcome count.
Requires: API key must be set via proxenio_set_api_key first.
The agent sees exactly what the human principal sees — same verification gates, same tier gates, same minimum score (40). Matches below 40 are never returned.
Args:
filter_type ('all' | 'top' | 'high' | 'standard'): Filter by match quality tier (default: 'all')
filter_status ('all' | 'pending' | 'accepted'): Filter by match status (default: 'all')
min_score (number, 40-100): Minimum match score threshold (default: 40)
Returns: Principal info, list of matches with full counterparty profiles, trust signals, and rate limit status.
Examples:
Use when: "Show me my matches" or "What professional connections are available?"
Use when: "Find my best matches" -> use filter_type='top'
Use when: "Which introductions are pending?" -> use filter_status='pending'
Don't use when: API key has not been set yet (use proxenio_set_api_key first)
Error Handling:
Returns auth error if API key is invalid or revoked
Returns rate limit error if 60 requests/hour exceeded
Returns empty list if principal has no matches (profile may be incomplete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No | Minimum match score to include (40-100). Default: 40 | |
| filter_type | No | Filter matches by type: 'all', 'top', 'high', or 'standard' | all |
| filter_status | No | Filter matches by status: 'all', 'pending', or 'accepted' | all |