getState
Retrieve a single state or province record by location ID. This read-only tool returns the state details for the specified identifier.
Instructions
Get a single state/province - Fetch one state row by location_id. Read-only.
Required: location_id (path). Note: location_states PK is location_id (correctly spelled, unlike location_cities.locaiton_id).
Returns: { status: "success", message: [{...record}] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location_id | Yes |