create_contact
Create a person or company contact in Nimble CRM with name, email, phone, and tags. Add new records directly to your CRM from any MCP client.
Instructions
Create a new contact (person or company).
Args: record_type: 'person' or 'company'. first_name: First name (for person records). last_name: Last name (for person records). company_name: Company name (required for company records). email: Email address. email_modifier: Email type: 'work', 'personal', or 'other'. phone: Phone number. phone_modifier: Phone type: 'work', 'home', 'mobile', 'main', 'other'. tags: Comma-separated tags (max 5 on creation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| No | |||
| phone | No | ||
| last_name | No | ||
| first_name | No | ||
| record_type | Yes | ||
| company_name | No | ||
| email_modifier | No | work | |
| phone_modifier | No | mobile |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |