verify_assignment
Verify assignment consistency for an activity by validating group time slots and generating a telemetry report with detailed activity, group, and slot information.
Instructions
Verify and inspect all assignments for an activity.
Reads the activity metadata and validates that all assignment groups have consistent time slots. Returns a telemetry report with:
Activity info (id, title, participants)
Per-group details (group_id, titre, type, date range, active weekdays)
Per-slot details (slot_id, day_of_year, user_id, start/end times)
Consistency checks (group references, date ranges, weekday matching)
Use this after create_assignment or modify_assignment to confirm the server accepted and stored the assignment correctly.
Args: id_activity: Activity ID to verify
Returns: JSON string — telemetry report with activity, groups, slots, and validation results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_activity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |