{"name":"FireApproved","description":"Sourced wildfire-hardening directory. Tools return listed/tested/cited/adopted evidence with tier and force; they do not issue site ratings.","version":"1.0.0","tools":[{"name":"resolve_place","description":"Resolve a US ZIP to the finest FireApproved place node. A postal match is not a parcel or permit.","inputSchema":{"type":"object","properties":{"zip":{"type":"string","description":"5-digit USPS ZIP"}},"required":["zip"]}},{"name":"get_place","description":"Place briefing: tier, gaps, and governing rows with force labels. Required fields: tier, force.","inputSchema":{"type":"object","properties":{"placeId":{"type":"string"}},"required":["placeId"]}},{"name":"list_build_rules","description":"Governing construction rows for one house part at a place. Every row carries force.","inputSchema":{"type":"object","properties":{"placeId":{"type":"string"},"category":{"type":"string","enum":["vents","roofing","windows","doors","siding","decking","eaves","gutters","fencing","landscaping"]}},"required":["placeId","category"]}},{"name":"list_plants","description":"Genus split for a place. Never a site-issued plant verdict.","inputSchema":{"type":"object","properties":{"placeId":{"type":"string"},"genus":{"type":"string"}},"required":["placeId"]}},{"name":"list_guides","description":"Reading-list guide ids for a place, with audience.","inputSchema":{"type":"object","properties":{"placeId":{"type":"string"}},"required":["placeId"]}},{"name":"set_place","description":"Set the on-device location lens from a ZIP. Same as the location chip.","inputSchema":{"type":"object","properties":{"zip":{"type":"string"}},"required":["zip"]}},{"name":"save_product","description":"Save or remove a product on the device-local house list.","inputSchema":{"type":"object","properties":{"productId":{"type":"string"},"on":{"type":"boolean"}},"required":["productId"]}},{"name":"save_plant","description":"Save or remove a plant on the device-local house list.","inputSchema":{"type":"object","properties":{"plantId":{"type":"string"},"on":{"type":"boolean"}},"required":["plantId"]}},{"name":"tick_requirement","description":"Tick or untick a requirement on the device-local house list (Saved / IBHS score).","inputSchema":{"type":"object","properties":{"requirementId":{"type":"string"},"on":{"type":"boolean"}},"required":["requirementId"]}},{"name":"list_saved","description":"Read the device-local house list. No insurance premium field exists.","inputSchema":{"type":"object","properties":{}}},{"name":"navigate","description":"Open the shareable funnel URL for a lane at the current or named place. Minted the same way the tab bar mints.","inputSchema":{"type":"object","properties":{"lane":{"type":"string","enum":["place","build","grow","learn","insure","saved"]},"category":{"type":"string"},"placeId":{"type":"string"},"go":{"type":"boolean","description":"Assign location.href. Default true in the browser."}},"required":["lane"]}},{"name":"open_record","description":"Open a canonical record page (materials, plants, guides, requirements, standards, findings, glossary, or a genus hub).","inputSchema":{"type":"object","properties":{"kind":{"type":"string","enum":["materials","plants","guides","requirements","standards","findings","glossary","genus"]},"id":{"type":"string","description":"Record slug, lowercase hyphenated."},"go":{"type":"boolean"}},"required":["kind","id"]}},{"name":"filter_grow","description":"Apply Grow list filters on the current Grow page. Fails honestly if the Grow board is not on this page.","inputSchema":{"type":"object","properties":{"form":{"type":"string"},"status":{"type":"string","enum":["","on-list","avoid","conflict"]},"sun":{"type":"string"},"water":{"type":"string"},"height":{"type":"string","enum":["","short","mid","tall"]}}}}]}