DaySmart Vet
DaySmart Vet practice operations API for appointment census and clinic workflow updates.
Tools
| Name | Description |
|---|---|
list_appointmentsList DaySmart Vet appointment census records for a date/update window. | List DaySmart Vet appointment census records for a date/update window. |
update_appointment_statusUpdate a DaySmart Vet appointment status, including cancellation or no-show reason where required. | Update a DaySmart Vet appointment status, including cancellation or no-show reason where required. |
create_clientCreate Client using a DaySmart Vet documented JSON request body. | Create Client using a DaySmart Vet documented JSON request body. |
create_patientCreate Patient using a DaySmart Vet documented JSON request body. | Create Patient using a DaySmart Vet documented JSON request body. |
create_appointmentCreate Appointment using a DaySmart Vet documented JSON request body. | Create Appointment using a DaySmart Vet documented JSON request body. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('daysmart-vet', 'list_appointments', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'daysmart-vet',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DaySmart Vet 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 DaySmart Vet support?
DaySmart Vet supports 5 tools including List Appointments, Update Appointment Status, Create Client, Create Patient, Create Appointment.
Can I use DaySmart Vet with AI agents?
Yes. Add DaySmart Vet 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 DaySmart Vet be used in stateful agent workflows?
Yes. Agents can combine DaySmart Vet 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 DaySmart Vet use?
DaySmart Vet uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the DaySmart Vet integration cost?
The DaySmart Vet integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect DaySmart Vet in minutes
Get 20,000 free action executions every month. No credit card required.