get_state_land_profile
Retrieve state-level land intelligence data covering regulation, climate, solar potential, water access, and building codes. Call this when the user wants general context about a US state before drilling into a specific property. Returns structured multi-mode profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional mode filter. If omitted, returns all 4 modes. | |
| state_code | Yes | 2-letter US state code (e.g. "NM"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | Yes | Per-mode profile data, keyed by mode name (off_grid, rural_residential, recreational, investment). Contains the requested mode if a filter was provided, otherwise all four. | |
| state_code | Yes | 2-letter US state code echoed from the request. | |
| shared_facts | No | Cross-mode state-level facts (statute citations, agency names, etc.) that apply across all modes. |