research_area
Bundle nearby locations, credited groups, preservation and native-dimension highways. For only nearby locations use find_locations_near; for one named place use research_location. Use research_nocom_area for recorded NoCom storage, signs and portals. Example: {"location_name":"Block Game Jerusalem","radius":25000,"preserved_only":true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Native X coordinate; provide x/z OR location_id OR exact location_name. | |
| z | No | Native Z coordinate, paired with x. | |
| group | No | Optional group name or alias for locations. | |
| limit | No | Maximum locations, 1–100. | |
| radius | No | Native-dimension radius, 1–30,000,000 blocks. | |
| dimension | No | 0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates. | |
| location_id | No | Atlas location ID as the origin; do not combine with x/z or name. | |
| location_name | No | Exact location name, case-insensitive. Ambiguous names require an ID. | |
| preserved_only | No | Require both a public render and downloadable WDL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caveat | Yes | ||
| origin | Yes | ||
| locations | Yes | ||
| radiusBlocks | Yes | ||
| nearestHighways | Yes |