5 MCP tools for managing custom objects through the CRM API. Same schema across 1 connectors.
crm_custom_objects_allRetrieve a paginated list of custom objects with optional filtering and sorting.
crm_custom_objects_oneRetrieve a single record by its unique identifier.
crm_custom_objects_createCreate a new record with the provided fields.
crm_custom_objects_updateUpdate an existing record by its unique identifier.
crm_custom_objects_deleteRemove a record by its unique identifier.
execute_tool