enrich_name_v1_enrich_name_post
Split full names into first, last, and title components with gender prediction for CRM and personalization. Parses human names, not companies.
Instructions
Deconstructs full name strings into structured components (First, Last, Title, etc.) and performs gender prediction based on linguistic patterns.
Cost: 1 credit per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| full_name | Yes | The full person name string to deconstruct into structured JSON (first, last, title, gender). USE THIS TOOL when you have a single 'Name' field and need it split for CRM or personalization. NEGATIVE CONSTRAINT: DO NOT use for company names, brand names, or purely descriptive text. It is optimized for human individual names only. |