Vetspire
Automate Vetspire veterinary clients, patients, appointments, and GraphQL practice workflows.
Tools
| Name | Description |
|---|---|
get_organizationVerify the Vetspire API key and return basic organization information. | Verify the Vetspire API key and return basic organization information. |
list_clientsList Vetspire clients using the documented getClients query and narrow default fields. | List Vetspire clients using the documented getClients query and narrow default fields. |
get_clientGet a Vetspire client by ID through the documented GraphQL API. | Get a Vetspire client by ID through the documented GraphQL API. |
list_patientsList Vetspire patients with bounded pagination and narrow default fields. | List Vetspire patients with bounded pagination and narrow default fields. |
get_patientGet a Vetspire patient by ID through the documented GraphQL API. | Get a Vetspire patient by ID through the documented GraphQL API. |
list_appointmentsList Vetspire appointments in a date window with narrow default fields. | List Vetspire appointments in a date window with narrow default fields. |
get_appointmentGet a Vetspire appointment by ID through the documented GraphQL API. | Get a Vetspire appointment by ID through the documented GraphQL API. |
create_or_update_clientRun Vetspire client create/update mutation with a typed ClientInput body. | Run Vetspire client create/update mutation with a typed ClientInput body. |
create_or_update_patientRun Vetspire patient create/update mutation with a typed PatientInput body. | Run Vetspire patient create/update mutation with a typed PatientInput body. |
Triggers
| Name | Description |
|---|---|
clients_created_or_updatedPoll Vetspire clients and emit records changed after the initial baseline. | Poll Vetspire clients and emit records changed after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('vetspire', 'get_organization', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'vetspire',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Vetspire to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Vetspire support?
Vetspire supports 9 tools including Get Organization, List Clients, Get Client, List Patients, Get Patient, and more.
Can I use Vetspire with AI agents?
Yes. Add Vetspire 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 Vetspire be used in stateful agent workflows?
Yes. Agents can combine Vetspire 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 Vetspire use?
Vetspire uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Vetspire integration cost?
The Vetspire integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Vetspire support?
Vetspire supports 1 triggers including Clients Created or Updated.
Connect Vetspire in minutes
Get 20,000 free action executions every month. No credit card required.