ntsb_query
Retrieve NTSB investigation records by transportation mode: aviation, highway, marine, rail, pipeline. Includes event details, injuries, and probable cause.
Instructions
Query any NTSB investigation dataset by transportation mode. Modes: Aviation, Highway, Marine, Rail, Pipeline. Returns investigation records with event details, injuries, and probable cause.
Example: mode='Highway', query='truck rollover'; mode='Marine', query='ferry collision'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Transportation mode | |
| limit | No | Max results (default 20) | |
| query | Yes | Search text for the investigation | |
| offset | No | Offset for pagination (default 0) |