find_schools_near_postcode
Find schools near a UK postcode within a specified radius. Geocodes the postcode and lists nearby schools by distance, helping you identify schools in a catchment area.
Instructions
Find schools within a specified distance of a UK postcode. Geocodes the postcode using Postcodes.io, then searches GIAS data for nearby schools sorted by distance. Useful for finding schools in a catchment area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default: 20) | |
| phase | No | Filter by phase (e.g., 'Primary', 'Secondary') | |
| postcode | Yes | UK postcode (e.g., 'MK9 3BZ', 'SW1A 1AA') | |
| radius_km | No | Search radius in kilometres (default: 3, max: 10) |