5 MCP tools for managing notes through the CRM API. Same schema across 11 connectors.
crm_notes_allRetrieve a paginated list of notes with optional filtering and sorting.
crm_notes_oneRetrieve a single record by its unique identifier.
crm_notes_createCreate a new record with the provided fields.
crm_notes_updateUpdate an existing record by its unique identifier.
crm_notes_deleteRemove a record by its unique identifier.
11 providers support notes through the CRM API.
execute_tool