Get Contact Details
get_contact_detailsFetch full details for up to 10 contacts in parallel using their slugs. Ideal for retrieving specific contact records after slug resolution, with failures reported in an errors array.
Instructions
Fetches full details for up to 10 contacts in parallel by slug. Suitable for retrieving specific contact records after slug resolution from search_contacts. Not intended for bulk database scans. Returns partial results: failures are reported in the errors array with status_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_slugs | Yes | Contact slugs to fetch. Max 10 per call. Duplicates are ignored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| contacts | Yes | ||
| failed_count | Yes | ||
| requested_count | Yes | ||
| successful_count | Yes |