breakdown_by_fee_category
Retrieve fees for a specific category (e.g., parks, water) in a US jurisdiction using an address or city name. Get only the cost component you need.
Instructions
Get every fee line within ONE named category for a US jurisdiction — e.g. just the parks impact fees, just the transportation/street fees, just the water impact, or fire/police/drainage/library — with the per-meter-size schedule where the city publishes one. Lets your agent pull exactly the cost component it needs (e.g. 'what are Fresno's parks fees?') without parsing the whole breakdown. Pass 'jurisdiction' or 'address' and a 'category' (water / water_tap / sewer / transportation / parks / drainage / fire / police / library / school / general). PREMIUM: pay per call with x402 (USDC on Base) or set a prepaid key (MUNI_DEV_COST_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | No | 'City, ST' or city name. Provide this OR address. | |
| address | No | US street address. Provide this OR jurisdiction. | |
| category | Yes | Fee category: water, water_tap, sewer, transportation, parks, drainage, fire, police, library, school, general. |