Permit rule detail
get_permit_rule_detailsRetrieve detailed permit rules for any jurisdiction, including timelines, fees, inspections, submittals, and required contractor specialties. Filter by location or keyword to find specific requirements for projects like ADUs or decks.
Instructions
Enumerate permit rules with full detail — timeline, fee model, inspection sequence, submittals, required contractor specialties. Filter by jurisdiction slug or keyword. Use for "what does a Seattle ADU permit require?" or to list all rules for a jurisdiction. Pass address to also receive submittals_v2 (structured per-item SubmittalSet from the unified resolver) per rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10 — rules are ~1K tokens each) | |
| address | No | Full street address — when provided, each result row also includes `submittals_v2` from the unified resolver (per-item triggers, source citations, filler actor). | |
| keyword | No | Keyword in project type, trigger, thresholds, or notes (e.g. "deck", "adu", "egress") | |
| jurisdiction | No | Jurisdiction slug or display name (e.g. "seattle", "bellevue", "tacoma") | |
| onlyAuthoritative | No | Default true: return only 'authoritative' and 'wa-baseline' rules. Set false to also return every other tier, including 'web-fetched' rows — these are published but deliberately not shown on Kolmo's city pages, and their cited source is not verified to state the rule. Prefer the default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parcel | No | ||
| matched | Yes | ||
| results | No | ||
| returned | Yes | ||
| disclaimer | Yes | ||
| totalRules | Yes | ||
| attribution | Yes | ||
| authoritativeRules | Yes | ||
| jurisdictionsWithAuthoritativeCoverage | No |