Actions
| Name | Description |
|---|---|
list_studentsList all students in the district or a specific school | List all students in the district or a specific school |
get_studentGet details of a specific student by ID | Get details of a specific student by ID |
list_coursesList all courses in the district or a specific school | List all courses in the district or a specific school |
get_attendanceGet attendance records for a specific student | Get attendance records for a specific student |
custom_api_callMake a custom API call to the PowerSchool API | Make a custom API call to the PowerSchool API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'powerschool',
actionName: 'list_students',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PowerSchool to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does PowerSchool support?
PowerSchool supports 5 actions including List Students, Get Student, List Courses, Get Attendance, Custom API Call.
Can I use PowerSchool with AI agents?
Yes. Add PowerSchool to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does PowerSchool use?
PowerSchool uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the PowerSchool integration cost?
The PowerSchool integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect PowerSchool in 2 minutes
Get 1,000 free actions every month. No credit card required.