5 MCP tools for managing custom object schemas through the CRM API. Same schema across 1 connectors.
crm_custom_object_schemas_allRetrieve a paginated list of custom object schemas with optional filtering and sorting.
crm_custom_object_schemas_oneRetrieve a single record by its unique identifier.
crm_custom_object_schemas_createCreate a new record with the provided fields.
crm_custom_object_schemas_updateUpdate an existing record by its unique identifier.
crm_custom_object_schemas_deleteRemove a record by its unique identifier.
execute_tool