Weavz
Breeze

Breeze

Church management software for people, tags, events, attendance, forms, and volunteer operations.

12 tools

Tools

Name
list_people

List people from Breeze with optional details, filters, and pagination.

show_person

Retrieve one Breeze person by ID.

add_person

Add a new person in Breeze.

update_person

Update a Breeze person using fields_json.

delete_person

Delete a Breeze person by ID.

list_profile_fields

List Breeze profile fields used for filters and updates.

list_tags

List Breeze tags, optionally within a folder.

add_tag

Create a Breeze tag.

assign_tag

Assign a Breeze tag to a person.

list_events

List Breeze events.

add_attendance_record

Add an attendance record for a Breeze event.

list_form_entries

List entries submitted to a Breeze form.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('breeze', 'list_people', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'breeze',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Breeze 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 Breeze support?

Breeze supports 12 tools including List People, Show Person, Add Person, Update Person, Delete Person, and more.

Can I use Breeze with AI agents?

Yes. Add Breeze 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 Breeze be used in stateful agent workflows?

Yes. Agents can combine Breeze 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 Breeze use?

Breeze uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Breeze integration cost?

The Breeze integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Breeze in minutes

Get 20,000 free action executions every month. No credit card required.