| name | crm-contacts |
| description | CRM contact management — create, update, search, list deals for contacts, and add comments. Use when working with CRM contacts, customer records, or contact-deal relationships. |
CRM Contacts
This skill covers CRM contact lifecycle — creating, searching, updating, and managing relationships with deals.
Available Tools
| Tool | Description |
|---|
crm_contacts_list | List CRM contacts with filtering |
crm_contacts_list_by_email | Find contact by email address |
crm_contacts_show | Get detailed contact information |
crm_contacts_create | Create a new CRM contact |
crm_contacts_update | Update contact fields |
crm_contacts_deals_list | List deals associated with a contact |
crm_contacts_comments_create | Add a comment/note to a contact |
Listing & Searching
List All Contacts
Tool: crm_contacts_list
Input: {"limit": 50, "offset": 0}
Returns contacts with name, email, phone, and custom fields.
Supports pagination with limit/offset.
Find Contact by Email
Tool: crm_contacts_list_by_email
Input: {"email": "user@example.com"}
Returns contact matching the email address.
Get Contact Details
Tool: crm_contacts_show
Input: {"id": "<contact-id>"}
Returns full contact record including custom fields, tags, and metadata.
Creating & Updating