Weavz
Vetspire

Vetspire

Automate Vetspire veterinary clients, patients, appointments, and GraphQL practice workflows.

9 tools
1 trigger

Tools

Name
get_organization

Verify the Vetspire API key and return basic organization information.

list_clients

List Vetspire clients using the documented getClients query and narrow default fields.

get_client

Get a Vetspire client by ID through the documented GraphQL API.

list_patients

List Vetspire patients with bounded pagination and narrow default fields.

get_patient

Get a Vetspire patient by ID through the documented GraphQL API.

list_appointments

List Vetspire appointments in a date window with narrow default fields.

get_appointment

Get a Vetspire appointment by ID through the documented GraphQL API.

create_or_update_client

Run Vetspire client create/update mutation with a typed ClientInput body.

create_or_update_patient

Run Vetspire patient create/update mutation with a typed PatientInput body.

Triggers

Name
clients_created_or_updated

Poll Vetspire clients and emit records changed after the initial baseline.

Quick Start

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