{"name":"framing","title":"Wall Framing Calculator","category":"trades","description":"Stud, plate and header counts plus board-feet and cost for a framed wall.","price_usd":0.001,"input_schema":{"type":"object","properties":{"total_wall_lf":{"type":"number","description":"Linear feet of wall to frame — studs AND plates are sized for this full run"},"wall_height":{"type":"number","description":"Wall height in feet"},"wall_length":{"type":"number","description":"Single wall length in feet — used only if total_wall_lf is omitted"},"stud_spacing_in":{"type":"number","description":"Stud spacing on-center in inches (default 16)"},"openings_count":{"type":"integer","description":"Number of door/window openings"},"header_span":{"type":"number","description":"Header span in feet"},"header_size":{"type":"string","description":"Header lumber size (e.g. 2x10)"},"cost_per_bdft":{"type":"number","description":"Lumber cost per board-foot in USD"}},"additionalProperties":false,"required":["total_wall_lf","wall_height"]}}