Permit jurisdiction coverage
list_permit_jurisdictionsList the jurisdictions in Kolmo's permit catalog (King, Pierce, Snohomish counties). Compact by default — results is keyed by county (King / Pierce / Snohomish), each a list of {slug, name, verified} — the whole catalogue in one call (~4K tokens), enough to pick a jurisdictionSlug for estimate_permit_fee, check_permit_requirements or get_permit_rule_details. Pass slug for one jurisdiction's full record (department, fee-schedule URL, phone, code cycles, notes), or detail: true for full records on every row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | One jurisdiction by slug, e.g. "bellevue" or "mercer-island". Returns its full record. | |
| county | No | Filter by county | |
| detail | No | If true, every row carries the full record. Default false (compact rows). The full catalogue in detail is ~9x larger — prefer `slug` when you need one city. | |
| verifiedOnly | No | If true, only return rows where portal_url is populated (verified from official source). Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| detail | Yes | ||
| results | No | ||
| attribution | Yes |