clv_verify_license
Verify contractor license status, expiration, and disciplinary history by checking state licensing board portals in real-time across 45 US states.
Instructions
Verify a contractor's license by checking the state licensing board portal. Returns license validity, holder name, status, expiration, and any disciplinary actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Two-letter US state code (e.g. 'CA', 'TX'). Use clv_list_supported_states to see available states. | |
| license_number | Yes | The contractor's license number as shown on their license card. Format varies by state. | |
| trade | No | The trade/contractor type (e.g. 'General Contractor', 'Electrical'). Use clv_list_supported_states to see valid values per state. | general |
| force_refresh | No | Bypass cache and fetch fresh data from the state portal. | |
| response_format | No | Response format. | markdown |