ConnfigConnfig Docs
Tool Reference

CRM Read Tools

Tools for reading CRM records, record details, and tasks

This domain contains 3 tools for reading your CRM data. CRM records are the businesses in your sales pipeline; each record carries contacts, notes, tasks, and call logs. For write operations, see CRM Write Tools.

Tools

list_crm_records

Paginated CRM records for a workspace. Filters: pipeline stage, tag, temperature, and opted-out status; soft-deleted records are excluded.

Key parameters:

ParameterTypeRequiredPurpose
workspace_idstring (UUID)YesWorkspace ID
tracking_statusenumNoPipeline stage: new, contacted, qualified, proposal, negotiation, closed_won, closed_lost
tagstringNoOnly records carrying this tag
temperaturecold / warm / hotNoLead temperature
opted_outbooleanNoOpt-out status filter
searchstringNoMatches business name, emails, or phones
limit / offsetnumberNoPagination (limit defaults to 50, max 200)

Prompt your AI like this: "List the hot CRM records that are in the proposal stage."

get_crm_record

Returns one CRM record with its full context: contacts, latest notes, open tasks, and recent call logs.

Key parameters:

ParameterTypeRequiredPurpose
workspace_idstring (UUID)YesWorkspace ID
crm_idnumberYesCRM record ID

Prompt your AI like this: "Open the CRM record for Dentalya Clinic and summarize the latest notes and open tasks."

list_crm_tasks

Lists tasks across a workspace, filterable by status, priority, and assignee.

Key parameters:

ParameterTypeRequiredPurpose
workspace_idstring (UUID)YesWorkspace ID
statusenumNotodo, in_progress, done, cancelled
priorityenumNolow, medium, high
assigned_tostringNoUser ID of the assignee
limit / offsetnumberNoPagination (limit defaults to 50, max 200)

Prompt your AI like this: "Show me high-priority tasks assigned to me that aren't done yet."