Breeze
Church management software for people, tags, events, attendance, forms, and volunteer operations.
Tools
| Name | Description |
|---|---|
list_peopleList people from Breeze with optional details, filters, and pagination. | List people from Breeze with optional details, filters, and pagination. |
show_personRetrieve one Breeze person by ID. | Retrieve one Breeze person by ID. |
add_personAdd a new person in Breeze. | Add a new person in Breeze. |
update_personUpdate a Breeze person using fields_json. | Update a Breeze person using fields_json. |
delete_personDelete a Breeze person by ID. | Delete a Breeze person by ID. |
list_profile_fieldsList Breeze profile fields used for filters and updates. | List Breeze profile fields used for filters and updates. |
list_tagsList Breeze tags, optionally within a folder. | List Breeze tags, optionally within a folder. |
add_tagCreate a Breeze tag. | Create a Breeze tag. |
assign_tagAssign a Breeze tag to a person. | Assign a Breeze tag to a person. |
list_eventsList Breeze events. | List Breeze events. |
add_attendance_recordAdd an attendance record for a Breeze event. | Add an attendance record for a Breeze event. |
list_form_entriesList entries submitted to a Breeze form. | List entries submitted to a Breeze form. |
Quick Start
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.