Weavz
Open Dental

Open Dental

Manage Open Dental patient, appointment, provider, operatory, and API subscription workflows.

22 tools
1 trigger

Tools

Name
list_patients

Search Open Dental patient summaries with an identifying or change filter.

get_patient

Get one Open Dental patient by PatNum.

create_patient

Create a minimal Open Dental patient record.

update_patient

Update documented Open Dental patient demographic/contact fields.

list_appointments

List Open Dental appointments by patient, date window, or change timestamp.

get_appointment

Get one Open Dental appointment by AptNum.

list_asap_appointments

List Open Dental appointments marked as ASAP priority.

list_appointment_slots

Find Open Dental open schedule slots for future booking.

create_appointment

Create a basic Open Dental appointment without clinical note content.

update_appointment

Update documented Open Dental appointment scheduling fields.

break_appointment

Mark an Open Dental appointment as broken, optionally sending it to the unscheduled list.

append_appointment_note

Append a new line of text to an existing Open Dental appointment note.

confirm_appointment

Update the Open Dental appointment confirmation status using a confirm value or definition number.

list_providers

List Open Dental providers.

list_operatories

List Open Dental operatories.

list_appointment_types

List Open Dental appointment types.

create_commlog

Create an Open Dental communication log entry for a patient.

update_commlog

Overwrite an Open Dental communication log note. Open Dental clears any existing signature.

create_recall

Create an Open Dental recall for a patient.

update_recall

Update an Open Dental recall by RecallNum.

update_recall_status

Update a patient recall status by patient and recall type.

switch_recall_type

Switch a patient recall between Prophy and Perio in Open Dental.

Triggers

Name
database_event_received

Receive Open Dental API subscription events for a selected scheduling or patient table.

Quick Start

TypeScript
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.