5 MCP tools for managing users through the CRM API. Same schema across 14 connectors.
crm_users_allRetrieve a paginated list of users with optional filtering and sorting.
crm_users_oneRetrieve a single record by its unique identifier.
crm_users_createCreate a new record with the provided fields.
crm_users_updateUpdate an existing record by its unique identifier.
crm_users_deleteRemove a record by its unique identifier.
14 providers support users through the CRM API.
execute_tool