Open Dental
Manage Open Dental patient, appointment, provider, operatory, and API subscription workflows.
Tools
| Name | Description |
|---|---|
list_patientsSearch Open Dental patient summaries with an identifying or change filter. | Search Open Dental patient summaries with an identifying or change filter. |
get_patientGet one Open Dental patient by PatNum. | Get one Open Dental patient by PatNum. |
create_patientCreate a minimal Open Dental patient record. | Create a minimal Open Dental patient record. |
update_patientUpdate documented Open Dental patient demographic/contact fields. | Update documented Open Dental patient demographic/contact fields. |
list_appointmentsList Open Dental appointments by patient, date window, or change timestamp. | List Open Dental appointments by patient, date window, or change timestamp. |
get_appointmentGet one Open Dental appointment by AptNum. | Get one Open Dental appointment by AptNum. |
list_asap_appointmentsList Open Dental appointments marked as ASAP priority. | List Open Dental appointments marked as ASAP priority. |
list_appointment_slotsFind Open Dental open schedule slots for future booking. | Find Open Dental open schedule slots for future booking. |
create_appointmentCreate a basic Open Dental appointment without clinical note content. | Create a basic Open Dental appointment without clinical note content. |
update_appointmentUpdate documented Open Dental appointment scheduling fields. | Update documented Open Dental appointment scheduling fields. |
break_appointmentMark an Open Dental appointment as broken, optionally sending it to the unscheduled list. | Mark an Open Dental appointment as broken, optionally sending it to the unscheduled list. |
append_appointment_noteAppend a new line of text to an existing Open Dental appointment note. | Append a new line of text to an existing Open Dental appointment note. |
confirm_appointmentUpdate the Open Dental appointment confirmation status using a confirm value or definition number. | Update the Open Dental appointment confirmation status using a confirm value or definition number. |
list_providersList Open Dental providers. | List Open Dental providers. |
list_operatoriesList Open Dental operatories. | List Open Dental operatories. |
list_appointment_typesList Open Dental appointment types. | List Open Dental appointment types. |
create_commlogCreate an Open Dental communication log entry for a patient. | Create an Open Dental communication log entry for a patient. |
update_commlogOverwrite an Open Dental communication log note. Open Dental clears any existing signature. | Overwrite an Open Dental communication log note. Open Dental clears any existing signature. |
create_recallCreate an Open Dental recall for a patient. | Create an Open Dental recall for a patient. |
update_recallUpdate an Open Dental recall by RecallNum. | Update an Open Dental recall by RecallNum. |
update_recall_statusUpdate a patient recall status by patient and recall type. | Update a patient recall status by patient and recall type. |
switch_recall_typeSwitch a patient recall between Prophy and Perio in Open Dental. | Switch a patient recall between Prophy and Perio in Open Dental. |
Triggers
| Name | Description |
|---|---|
database_event_receivedReceive Open Dental API subscription events for a selected scheduling or patient table. | Receive Open Dental API subscription events for a selected scheduling or patient table. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('open-dental', 'list_patients', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'open-dental',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Open Dental to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Open Dental support?
Open Dental supports 22 tools including List Patients, Get Patient, Create Patient, Update Patient, List Appointments, and more.
Can I use Open Dental with AI agents?
Yes. Add Open Dental to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Open Dental be used in stateful agent workflows?
Yes. Agents can combine Open Dental tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Open Dental use?
Open Dental uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Open Dental integration cost?
The Open Dental integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Open Dental support?
Open Dental supports 1 triggers including Database Event Received.
Connect Open Dental in minutes
Get 20,000 free action executions every month. No credit card required.