search_leases
Find BLM geothermal leases by filtering on state, status, effective date, or expiration date ranges.
Instructions
Search BLM geothermal leases, optionally filtering by state, status, and effective-/expiration-date ranges.
All parameters are optional. If none is provided, all leases are returned (capped at 50 records).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter admin state code, e.g. 'NV' (matches ADMIN_STATE). | |
| status | No | Case disposition/status, e.g. 'Authorized' (matches CSE_DISP). | |
| effective_date_to | No | Inclusive upper bound on effective date, as an ISO date string 'YYYY-MM-DD' (matches EFF_DT). | |
| expiration_date_to | No | Inclusive upper bound on expiration date, as an ISO date string 'YYYY-MM-DD' (matches EXP_DT). | |
| effective_date_from | No | Inclusive lower bound on effective date, as an ISO date string 'YYYY-MM-DD' (matches EFF_DT). | |
| expiration_date_from | No | Inclusive lower bound on expiration date, as an ISO date string 'YYYY-MM-DD' (matches EXP_DT). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||