abc_lookup_license
Retrieve a liquor license's full current record by state and license number, including status, expiration, address, conditions, and suspension history. Use for point-in-time verification like checking if a license is ACTIVE.
Instructions
Looks up a specific liquor license by its state-issued license number and returns the full current record including status, expiration, address, conditions, and suspension history. Faster and more precise than abc_search_licenses when you already have the license number. Use this for point-in-time verification (e.g., 'Is license CA-20-621547 currently ACTIVE?'). The _verifiability block contains the exact source URL — agents can independently verify the result by fetching that URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license_number | Yes | ||
| state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |