alphaportal_edit_walk_radius
Set a student's walk-zone radius in meters to update transportation eligibility. Preview payload without confirm:true, or apply changes with it.
Instructions
Set a student's walk-zone radius, in meters. This can affect transportation eligibility, so it is confirm-gated: without confirm:true it returns a dry-run of the exact payload. Verified required fields: studentId, radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| studentId | Yes | The numeric studentId. | |
| radiusMeters | Yes | Walk-zone radius in meters (the API stores the base-unit distance). |