remodeleriq_analyze_bid
Analyze a home-remodeling contractor's bid/estimate for fairness and risk. Returns a 0-100 confidence score, score_breakdown by dimension, red flags with stable flag IDs (deposit traps, vague scope, missing items, payment terms), a plain-English summary, and negotiation talk tracks. Score rubric: contract clarity 40%, scope completeness 30%, price realism 30%. Use when a homeowner asks 'is this contractor quote fair?' or shares a remodeling estimate. Note: analyses may contribute de-identified data to aggregate remodeling-risk research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid_text | Yes | The full text of the contractor's bid/estimate (line items, terms, scope). | |
| bid_total | No | The total dollar amount of the bid, if known. | |
| state_code | No | Two-letter US state code (e.g. 'TX', 'GA') for localized labor/legal context. Defaults to GA. | |
| finish_tier | No | Quality tier of finishes specified in the bid. | |
| scope_depth | No | Depth of work: cosmetic (paint/fixtures only), pull_and_replace (replace but not reconfigure), full_gut (down to studs), addition (new square footage). | |
| square_footage | No | Project area in square feet, if known (e.g. 200 for a bathroom, 400 for a kitchen). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| summary | Yes | ||
| verdict | Yes | ||
| red_flags | Yes | ||
| missing_items | Yes | ||
| score_breakdown | No | ||
| confidence_score | Yes | 0–100 bid confidence score | |
| negotiation_talk_track | Yes |