Create contact
create_contactCreate a new contact (personal CRM). Track birthdays, relationship types, and contact frequency reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City/location | |
| tags | No | Tags array, e.g. ["investor", "design"] | |
| No | Email address | ||
| notes | No | Notes about this person | |
| phone | No | Phone number | |
| company | No | Company/organization | |
| birthday | No | Birthday (Y-m-d). Year unknown: use 1604 as the year | |
| last_name | No | Last name | |
| first_name | Yes | First name | |
| how_we_met | No | How you met this person | |
| project_id | No | Link to project by ID | |
| relationship | No | Relationship type | |
| contact_frequency_days | No | Remind to contact every N days |