get_land_quick_score
Get a fast suitability score (0-100) for a US property without generating a full report. Call this when the user wants a quick go/no-go assessment or an initial screening before committing to a full analysis. Returns a single score with confidence level and one-sentence rationale. Consumes a partial (0.25) analysis credit from your AcreLens account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Analysis lens: off_grid, rural_residential, recreational, or investment. | |
| state | Yes | 2-letter US state code (e.g. "NM"). | |
| address | Yes | Full street address of the US property. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | Overall suitability score 0-100. Null while still processing. | |
| status | Yes | "completed" when the score is ready; "processing" if the poll timed out and the caller should retry the report later. | |
| summary | Yes | One-sentence rationale for the score. Null while still processing or if no summary was generated. | |
| report_id | Yes | Unique ID for the underlying quick-mode report. | |
| confidence | Yes | Aggregate confidence level derived from per-category confidences. Null while still processing. |