Weavz
ManageBac

ManageBac

ManageBac school operations, students, classes, attendance, and behavior notes.

11 tools
1 trigger

Tools

Name
list_students

List ManageBac students with explicit filters and pagination.

get_student

Get one ManageBac student by ID. This may include parent IDs and profile fields.

create_student

Create a ManageBac student. Requires a token with admin role permissions.

update_student

Patch a ManageBac student by ID. Omitted fields are ignored.

archive_student

Archive a student with a withdrawn or graduation date.

unarchive_student

Restore an archived ManageBac student.

list_classes

List ManageBac classes with academic and modified-date filters.

get_class_attendance_by_date

Get ManageBac class attendance for one class and date, with optional student filtering.

get_class_attendance_by_term

Get ManageBac class attendance summary for one class and academic term.

set_class_attendance

Create or update ManageBac class attendance records using the documented attendances array.

list_behavior_notes

List behavior notes with explicit student/date filters.

Triggers

Name
student_updated

Polling trigger for newly changed ManageBac students.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

ManageBac supports 11 tools including List Students, Get Student, Create Student, Update Student, Archive Student, and more.

Can I use ManageBac with AI agents?

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

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

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

How much does the ManageBac integration cost?

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

What triggers does ManageBac support?

ManageBac supports 1 triggers including Student Updated.

Connect ManageBac in minutes

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