Add a person
create_profileCreate a new person profile with optional traits like MBTI or DISC, enabling team tools and meeting prep.
Instructions
Add a new person to the user's workspace, optionally with traits already known (e.g. an MBTI type from a past assessment). Use invite_person instead when the person should take the assessment themselves. Returns the new profile id. Costs 1 unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name (required). | |
| No | Optional email; used to match results if they later take the assessment. | ||
| eq_score | No | Optional emotional-intelligence score 0-100. | |
| disc_type | No | Optional DISC style: D, I, S, C or a blend such as DI. | |
| mbti_type | No | Optional four-letter MBTI type, e.g. INTJ. | |
| department | No | Optional team or department, used by score_team, prep_meeting and suggest_lead. | |
| date_of_birth | No | Optional YYYY-MM-DD. Personal data: never used in business context. | |
| enneagram_type | No | Optional Enneagram type 1-9, with wing if known, e.g. 3w2. | |
| attachment_style | No | Optional. Personal data: never used in business context. |