land_resources_production_region_harvestable
Fetch harvestable resource rows for one player and region, returning claimable amounts and required grain, wood, stone, and iron.
Instructions
List the harvestable resource rows the upstream returns for one account and one land region, as GET /land/resources/production/region/harvestable returns them. A successful response is {status, data}, where data is an array of rows carrying amount_claimable, grain_required_for_food, wood_required, stone_required, iron_required and token_symbol. All numeric fields are JSON numbers, and this server returns them unchanged; it does not convert, round, total or compare them, and a change in their wire type would be reported as a malformed response rather than converted silently. The upstream returned HTTP 400 with Invalid parameters passed when either player or region_uid was missing, and this tool requires both before making the request. A fake player or region_uid returned data:[], a successful empty answer. This tool reports the rows the upstream returned and nothing else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player | Yes | ||
| region_uid | Yes |