split_contact_v1_enrich_split_contact_post
Parse a single messy contact string into structured fields: name, title, phone, email. Provide one raw contact line to get clean, separated data.
Instructions
Splits a messy contact string into structured components (Name, Title, Phone, Email).
Cost: 1 credit per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_string | Yes | A messy contact string (e.g., 'John Doe - john@example.com'). USE THIS TOOL to extract structured components from a single line of contact info. NEGATIVE CONSTRAINT: DO NOT use this tool for full paragraphs or multiple contacts at once. It expects ONE contact per call. |