lookup_work_requirements
Check weather limits for construction work types by code or category. Get temperature, wind, humidity, and precipitation thresholds to plan safe scheduling.
Instructions
Return the normative weather constraints for construction work types. Call this first when you need to know the temperature, wind, humidity or precipitation limits that apply to a work type, or to enumerate all work types in a category. Provide either a single work_code or a category, never both. Returns an empty list with matched_count=0 when the category contains no work types; this is a successful result, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requirements | Yes | Matching work type requirements. Empty if none matched. | |
| matched_count | Yes | Number of items in requirements. |