Validate UK Postcode
address.ukpost.validateValidate UK postcodes and confirm they exist. Returns true or false for form validation and data cleaning.
Instructions
Check if a UK postcode is valid and exists — returns true/false. Use for form validation or data cleaning (Postcodes.io)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postcode | Yes | UK postcode to validate (e.g. "SW1A 1AA"). Returns true if valid format and exists |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |