5 MCP tools for managing contacts through the CRM API. Same schema across 21 connectors.
crm_contacts_allRetrieve a paginated list of contacts with optional filtering and sorting.
crm_contacts_oneRetrieve a single record by its unique identifier.
crm_contacts_createCreate a new record with the provided fields.
crm_contacts_updateUpdate an existing record by its unique identifier.
crm_contacts_deleteRemove a record by its unique identifier.
21 providers support contacts through the CRM API.
execute_tool