list_tutors
Retrieve paginated tutor records from ClassQuill, with optional filtering by public-listing state to display only publicly listed tutors or non-published staff.
Instructions
List Tutors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| is_published | No | Filter by public-listing state. `true` returns only publicly-listed tutors (what a public tutor grid wants); a member with no tutor profile counts as not-published and is excluded. `false` returns the non-published remainder. Omit to return all staff. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |