land_liquidity_region
Consolidate a player's regional land liquidity into one call, showing plots owned and readable region names without requiring six token-specific requests.
Instructions
Get one row per region from GET /land/liquidity/region/{player}, a pivot of six per-token calls to GET /land/liquidity/resources/{player}/{token}. Relative to that named per-token route, this gains plots_owned and a human-readable region name available from no other measured route, while losing each per-record id, created_date and last_updated_date. It is therefore a one-call regional summary that removes fan-out; choose the per-token route when those record metadata fields are needed. An unknown or case-mismatched player returns a genuine empty array. This tool returns the upstream rows unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player | Yes |