list_attendance
Retrieve attendance records filtered by school, child, or date range. Check who was absent or get full attendance logs for specific children or time periods.
Instructions
List attendance records, filterable by school / child / date range.
Use when: "who was absent on Monday at school 1234?" or "give me the full attendance log for child X over the last 30 days."
Args:
school_id: restrict to one school.
child_id: restrict to one child.
date_from: ISO date YYYY-MM-DD (inclusive).
date_to: ISO date YYYY-MM-DD (inclusive).
limit: max records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| date_to | No | ||
| child_id | No | ||
| date_from | No | ||
| school_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |