bonfire_list_organizations
List US state and local governments on the Bonfire eProcurement platform. Filter by state code or name substring to discover organizations for bid opportunity searches.
Instructions
List US governments on the Bonfire (Euna) eProcurement platform — the directory for bonfire_search_opportunities (keyless). Bonfire hosts thousands of US state/local governments' open-bid portals, each with a keyless RSS feed. Filter the curated seed by state (2-letter) / query (case-insensitive name substring); limit(1..200)/offset. Output: { organizations:[{ org, name, state }] }. Feed a result's org to bonfire_search_opportunities. ★HONESTY: this is a CURATED, live-verified SEED of 187 US orgs — Bonfire has NO keyless org-list API (its authoritative directory is auth-gated, out of bounds), and Euna markets up to ~900 US orgs, so the seed is PARTIAL (disclosed in _meta); probe {slug}.bonfirehub.com/opportunities/rss to extend. totalAvailable = the exact filtered seed count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Orgs per page, 1..200, default 50. | |
| query | No | Case-insensitive name substring filter (client-side), e.g. 'county', 'ISD'. Optional. | |
| state | No | 2-letter US state filter (client-side), e.g. 'TX', 'CA'. Optional. | |
| offset | No | 0-based offset; page with _meta.pagination.nextOffset. |