ManageBac
ManageBac school operations, students, classes, attendance, and behavior notes.
Tools
| Name | Description |
|---|---|
list_studentsList ManageBac students with explicit filters and pagination. | List ManageBac students with explicit filters and pagination. |
get_studentGet one ManageBac student by ID. This may include parent IDs and profile fields. | Get one ManageBac student by ID. This may include parent IDs and profile fields. |
create_studentCreate a ManageBac student. Requires a token with admin role permissions. | Create a ManageBac student. Requires a token with admin role permissions. |
update_studentPatch a ManageBac student by ID. Omitted fields are ignored. | Patch a ManageBac student by ID. Omitted fields are ignored. |
archive_studentArchive a student with a withdrawn or graduation date. | Archive a student with a withdrawn or graduation date. |
unarchive_studentRestore an archived ManageBac student. | Restore an archived ManageBac student. |
list_classesList ManageBac classes with academic and modified-date filters. | List ManageBac classes with academic and modified-date filters. |
get_class_attendance_by_dateGet ManageBac class attendance for one class and date, with optional student filtering. | Get ManageBac class attendance for one class and date, with optional student filtering. |
get_class_attendance_by_termGet ManageBac class attendance summary for one class and academic term. | Get ManageBac class attendance summary for one class and academic term. |
set_class_attendanceCreate or update ManageBac class attendance records using the documented attendances array. | Create or update ManageBac class attendance records using the documented attendances array. |
list_behavior_notesList behavior notes with explicit student/date filters. | List behavior notes with explicit student/date filters. |
Triggers
| Name | Description |
|---|---|
student_updatedPolling trigger for newly changed ManageBac students. | Polling trigger for newly changed ManageBac students. |
Quick Start
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.